From 58dfe0315e97bf9e2eddc22e86d5f82708be122b Mon Sep 17 00:00:00 2001 From: Alf Sebastian Houge Date: Tue, 30 Aug 2022 13:13:25 +0200 Subject: [PATCH] Change git clone protocol to https in docs --- doc/doxygen/src/getting-started.md | 2 +- doc/doxygen/src/mainpage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/src/getting-started.md b/doc/doxygen/src/getting-started.md index 2a68f417f1..89c8c110df 100644 --- a/doc/doxygen/src/getting-started.md +++ b/doc/doxygen/src/getting-started.md @@ -15,7 +15,7 @@ In order to clone the RIOT repository, you need the command: ~~~~~~~~ {.sh} -git clone git://github.com/RIOT-OS/RIOT.git +git clone https://github.com/RIOT-OS/RIOT.git ~~~~~~~~ Compiling RIOT {#compiling-riot} diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index 9ee39bc69c..cbb4bd637c 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -54,7 +54,7 @@ IoT-lab), and also directly as a process on your Linux/FreeBSD/macOS machine (we call this the `native` port). Try it right now in your terminal window: ~~~~~~~{.sh} -git clone git://github.com/RIOT-OS/RIOT.git # assumption: git is pre-installed +git clone https://github.com/RIOT-OS/RIOT.git # assumption: git is pre-installed cd RIOT git checkout sudo ./dist/tools/tapsetup/tapsetup # create virtual Ethernet