update git URLs (git -> https; gitea)

This commit is contained in:
Harald Welte 2022-06-17 23:02:39 +02:00
parent 22f87eb4e5
commit 8e3eccd270
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>