From 4fcea2c07d095fee96b0c53cb84185e93af32c05 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 7 Nov 2023 17:24:41 +0100 Subject: [PATCH] docs/install.html: git:// is long deprecated, use https:// instead --- docs/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.html b/docs/install.html index 960271d..e43bae9 100644 --- a/docs/install.html +++ b/docs/install.html @@ -173,13 +173,13 @@ Use GIT to clone latest source repository. First you need to install GIT.

-Then you can clone osmocom-analog from git://git.osmocom.org/osmocom-analog in your home directory. +Then you can clone osmocom-analog from https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog in your home directory.

 
 # cd ~
-# git clone git://git.osmocom.org/osmocom-analog
+# git clone https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog
 Cloning into 'osmocom-analog'...
 ...