aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-17 23:02:39 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-17 23:02:39 +0200
commit8e3eccd2700380135300be66b4eaf27ed538b66d (patch)
tree73499f8820c74c7a62902fb64835491c1deb00e7
parent22f87eb4e5aafeab67bcc1a470e5c45001d931dc (diff)
update git URLs (git -> https; gitea)
-rw-r--r--README.md4
-rw-r--r--docs/chapters/building.xml2
-rw-r--r--docs/chapters/firmware.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 469b177..2ce7e2e 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ GIT Repository
You can clone from the official simtrace.git repository using
- git clone git://git.osmocom.org/simtrace.git
+ git clone https://gitea.osmocom.org/sim-card/simtrace
-There is a cgit interface at <http://git.osmocom.org/simtrace/>
+There is a web interface at <https://gitea.osmocom.org/sim-card/simtrace>
## Documentation
diff --git a/docs/chapters/building.xml b/docs/chapters/building.xml
index bb850b4..cecb806 100644
--- a/docs/chapters/building.xml
+++ b/docs/chapters/building.xml
@@ -15,7 +15,7 @@
<section id="libosmocore">
<title>Building the Osmocom libosmocore library</title>
<screen>
-$ <command>git</command> clone git://git.osmocom.org/libosmocore
+$ <command>git</command> clone https://gitea.osmocom.org/osmocom/libosmocore
$ <command>cd</command> libosmocore
$ <command>autoreconf</command> --install --force
$ <command>./configure</command>
diff --git a/docs/chapters/firmware.xml b/docs/chapters/firmware.xml
index 87c70bd..6242fb9 100644
--- a/docs/chapters/firmware.xml
+++ b/docs/chapters/firmware.xml
@@ -31,7 +31,7 @@
SIMtrace firmware code is located in the OpenPCD repository. You can use the
<command>git</command> to clone the repository.
<screen>
-$ git clone git://git.gnumonks.org/openpcd.git
+$ git clone https://gitea.osmocom.org/sim-card/openpcd
</screen>
</para>