docs/install.html: git:// is long deprecated, use https:// instead

This commit is contained in:
Harald Welte 2023-11-07 17:24:41 +01:00
parent 2636b36c22
commit 4fcea2c07d
1 changed files with 2 additions and 2 deletions

View File

@ -173,13 +173,13 @@ Use GIT to clone latest source repository. First you need to install GIT.
</pre>
<p>
Then you can clone osmocom-analog from <a href="git://git.osmocom.org/osmocom-analog">git://git.osmocom.org/osmocom-analog</a> in your home directory.
Then you can clone osmocom-analog from <a href="https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog">https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog</a> in your home directory.
</p>
<pre>
# cd ~
# git clone git://git.osmocom.org/osmocom-analog
# git clone https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog
Cloning into 'osmocom-analog'...
...