Browse Source

Update references to ext repos.

Stefano Cossu 1 year ago
parent
commit
6b0f267af6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .gitmodules
  2. 2 2
      README.md

+ 1 - 1
.gitmodules

@@ -1,6 +1,6 @@
 [submodule "ext/lsup_rdf"]
 	path = ext/lsup_rdf
-	url = https://notabug.org/scossu/lsup_rdf.git
+	url = https://git.knowledgetx.com/scossu/lsup_rdf.git
 [submodule "ext/libcsv"]
 	path = ext/libcsv
 	url = https://github.com/rgamble/libcsv.git

+ 2 - 2
README.md

@@ -4,7 +4,7 @@
 
 `lsup_repo` is a C and Python library providing embedded (server-less)
 data repository services. It builds upon a foundational library, [`lsup_rdf`](
-https://notabug.org/scossu/lsup_rdf) which handles RDF and graph data.
+https://git.knowledgetx.com/scossu/lsup_rdf) which handles RDF and graph data.
 
 ## Background & scope
 
@@ -36,7 +36,7 @@ standard.
 
 The current goal of this development is to build a minimum-viable product (MVP)
 to replace the essential functionality of a previous project,
-[Lakesuperior](https://notabug.org/scossu/lakesuperior).
+[Lakesuperior](https://git.knowledgetx.com/scossu/lakesuperior).
 
 ## Status