From 314e52add434b5ba612d68be3d57c425a2975282 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 30 Sep 2023 10:25:03 +0200 Subject: [PATCH] docs/website: move Git repository to Gitlab We're now using Gitlab as our official Git repository, so let's update the website accordingly. Gitlab only provides https:// access, so drop the explanation about the Git native protocol being more efficient than HTTP (also because that's no longer true). Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- docs/website/download.html | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/docs/website/download.html b/docs/website/download.html index c1fd38998c..7d7b405a61 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -124,14 +124,14 @@
Repository
-

The buildroot repository can be browsed online through cgit at - http://git.buildroot.net/buildroot. +

The buildroot repository can be browsed online at + https://gitlab.com/buildroot.org/buildroot/. To grab a copy of the repository use

+ value="git clone https://gitlab.com/buildroot.org/buildroot.git" type="text" readonly>

-

- Or if you're behind a firewall blocking git: -

- -
- - - - -

- -

- - Please use the native git protocol if at all possible, as it's a lot - more efficient than HTTP. -

If you are not already familiar with using Git, we recommend you visit