[Buildroot] [PATCH 1/2] docs/manual: update links to buildroot.org from http to https

Alexis Lothoré alexis.lothore at bootlin.com
Tue Sep 23 07:10:15 UTC 2025


Many links pointing to buildroot.org are still prefixed with HTTP.
Update those to HTTPS.

Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>
---
 docs/manual/adding-packages-tips.adoc | 2 +-
 docs/manual/contribute.adoc           | 8 ++++----
 docs/manual/getting.adoc              | 4 ++--
 docs/manual/manual.adoc               | 2 +-
 docs/manual/resources.adoc            | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/manual/adding-packages-tips.adoc b/docs/manual/adding-packages-tips.adoc
index c243e7b75ba997f46ba055c5d611ac38303973a7..57ca11ab5dedc69db26cb4496ef5f3a12217ed1e 100644
--- a/docs/manual/adding-packages-tips.adoc
+++ b/docs/manual/adding-packages-tips.adoc
@@ -85,7 +85,7 @@ under various conditions: does it build for all architectures? Does it
 build with the different C libraries? Does it need threads, NPTL? And
 so on...
 
-Buildroot runs http://autobuild.buildroot.org/[autobuilders] which
+Buildroot runs https://autobuild.buildroot.org/[autobuilders] which
 continuously test random configurations. However, these only build the
 `master` branch of the git tree, and your new fancy package is not yet
 there.
diff --git a/docs/manual/contribute.adoc b/docs/manual/contribute.adoc
index f77aff9d6cbe18f8871f6b26ecc18a1c588c0d3c..caecd09764336bc9d244bdfb32cb53afb21cf74d 100644
--- a/docs/manual/contribute.adoc
+++ b/docs/manual/contribute.adoc
@@ -40,8 +40,8 @@ with a random selection of packages. With the large commit activity on
 Buildroot, these autobuilders are a great help in detecting problems
 very early after commit.
 
-All build results are available at http://autobuild.buildroot.org[],
-statistics are at http://autobuild.buildroot.org/stats.php[]. Every day,
+All build results are available at https://autobuild.buildroot.org[],
+statistics are at https://autobuild.buildroot.org/stats.php[]. Every day,
 an overview of all failed packages is sent to the mailing list.
 
 Detecting problems is great, but obviously these problems have to be
@@ -58,7 +58,7 @@ basically two things that can be done:
   these steps:
   . Check if you can reproduce the problem by building with the same
     configuration. You can do this manually, or use the
-    http://git.buildroot.org/buildroot-test/tree/utils/br-reproduce-build[br-reproduce-build]
+    https://git.buildroot.org/buildroot-test/tree/utils/br-reproduce-build[br-reproduce-build]
     script that will automatically clone a Buildroot git repository,
     checkout the correct revision, download and set the right
     configuration, and start the build.
@@ -73,7 +73,7 @@ basically two things that can be done:
     In the commit message of a patch fixing an autobuild failure, add a
     reference to the build result directory, as follows:
 ----
-Fixes: http://autobuild.buildroot.org/results/51000a9d4656afe9e0ea6f07b9f8ed374c2e4069
+Fixes: https://autobuild.buildroot.org/results/51000a9d4656afe9e0ea6f07b9f8ed374c2e4069
 ----
 
 === Reviewing and testing patches
diff --git a/docs/manual/getting.adoc b/docs/manual/getting.adoc
index 1437a3ccef2349965710e785a87f078224025b5d..b3a451f67d463436e22202f03e6a5fa6f2c8e9d8 100644
--- a/docs/manual/getting.adoc
+++ b/docs/manual/getting.adoc
@@ -8,7 +8,7 @@ Buildroot releases are made every 3 months, in February, May, August and
 November. Release numbers are in the format YYYY.MM, so for example
 2013.02, 2014.08.
 
-Release tarballs are available at http://buildroot.org/downloads/[].
+Release tarballs are available at https://buildroot.org/downloads/[].
 
 For your convenience, a https://www.vagrantup.com/[Vagrantfile] is
 available in `support/misc/Vagrantfile` in the Buildroot source tree
@@ -32,5 +32,5 @@ vagrant up
 
 If you want to follow development, you can use the daily snapshots or
 make a clone of the Git repository. Refer to the
-http://buildroot.org/download.html[Download page] of the Buildroot website
+https://buildroot.org/download.html[Download page] of the Buildroot website
 for more details.
diff --git a/docs/manual/manual.adoc b/docs/manual/manual.adoc
index cfcc3e52a9e00a3455dd8a8a28a9423e184c1e91..d4748c5c687b4347b4a01d237055fb1fa4d49658 100644
--- a/docs/manual/manual.adoc
+++ b/docs/manual/manual.adoc
@@ -9,7 +9,7 @@ Buildroot {sys:echo $BR2_VERSION} manual generated on {localdate}
 
 The Buildroot manual is written by the Buildroot developers.
 It is licensed under the GNU General Public License, version 2. Refer to the
-http://git.buildroot.org/buildroot/tree/COPYING?id={sys:git rev-parse HEAD}[COPYING]
+https://git.buildroot.org/buildroot/tree/COPYING?id={sys:git rev-parse HEAD}[COPYING]
 file in the Buildroot sources for the full text of this license.
 
 Copyright (C) The Buildroot developers <buildroot at buildroot.org>
diff --git a/docs/manual/resources.adoc b/docs/manual/resources.adoc
index 4ef709c317b2300a4de1a311f347932efe658b3b..a1b8b366e1401f152e57cbda37be1d611f9daec8 100644
--- a/docs/manual/resources.adoc
+++ b/docs/manual/resources.adoc
@@ -17,12 +17,12 @@ main method of interaction for Buildroot users and developers.
 +
 Only subscribers to the Buildroot mailing list are allowed to post to
 this list. You can subscribe via the
-http://lists.buildroot.org/mailman/listinfo/buildroot[mailing list info
+https://lists.buildroot.org/mailman/listinfo/buildroot[mailing list info
 page].
 +
 Mails that are sent to the mailing list are also available in the
 mailing list archives, available through
-http://lists.buildroot.org/pipermail/buildroot[Mailman] or at
+https://lists.buildroot.org/pipermail/buildroot[Mailman] or at
 https://lore.kernel.org/buildroot/[lore.kernel.org].
 
 IRC::

-- 
2.51.0



More information about the buildroot mailing list