From 8e3eccd2700380135300be66b4eaf27ed538b66d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 17 Jun 2022 23:02:39 +0200 Subject: [PATCH] update git URLs (git -> https; gitea) --- README.md | 4 ++-- docs/chapters/building.xml | 2 +- docs/chapters/firmware.xml | 2 +- 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 +There is a web interface at ## 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 @@
Building the Osmocom libosmocore library -$ git clone git://git.osmocom.org/libosmocore +$ git clone https://gitea.osmocom.org/osmocom/libosmocore $ cd libosmocore $ autoreconf --install --force $ ./configure 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 git to clone the repository. -$ git clone git://git.gnumonks.org/openpcd.git +$ git clone https://gitea.osmocom.org/sim-card/openpcd