From 71f2cc70025e30883152ff7b8899fec8dea3d2f6 Mon Sep 17 00:00:00 2001 From: Preyas Sharma Date: Sat, 10 Jan 2026 15:54:52 +0000 Subject: [PATCH] docs: use https for documentation links Switch a handful of documentation/website links from http to https. Signed-off-by: Preyas Sharma Signed-off-by: Peter Korsgaard --- README | 2 +- docs/website/contribute.html | 10 +++++----- docs/website/download.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 008e996f5f..143b476be6 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. -Online documentation can be found at http://buildroot.org/docs.html +Online documentation can be found at https://buildroot.org/docs.html To build and use the buildroot stuff, do the following: diff --git a/docs/website/contribute.html b/docs/website/contribute.html index 52c30d60d3..115b1fd8b8 100644 --- a/docs/website/contribute.html +++ b/docs/website/contribute.html @@ -14,22 +14,22 @@

For more details on these topics, check out the - + Contributing to buildroot chapter in the Buildroot manual. Thanks for your help!

If you need any support yourself, have a look at diff --git a/docs/website/download.html b/docs/website/download.html index d1d92c8e6b..b2b4891464 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -98,7 +98,7 @@ This and earlier releases (and their PGP signatures) can always be downloaded from - http://buildroot.net/downloads/. + https://buildroot.org/downloads/. @@ -123,7 +123,7 @@

If you are not already familiar with using Git, we recommend - you visit the Git + you visit the Git website.

Once you've checked out a copy of the source tree, you can