summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-06-11 10:02:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-13 10:26:43 +0200
commitea76b4c386b231233222d6adf1d93776600f8899 (patch)
treed464d3e92a2ec8dba46752503ba881a9fb959808
parentb51ee3b46b53e0b9c5323bf4c2cd5144510104f2 (diff)
downloadbarebox-ea76b4c386b231233222d6adf1d93776600f8899.tar.gz
barebox-ea76b4c386b231233222d6adf1d93776600f8899.tar.xz
Documentation: use https for Pengutronix services
Also adapt the links to git.pengutronix.de to use the cgit URLs instead the old gitweb ones. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/user/barebox.rst4
-rw-r--r--Documentation/user/bootchooser.rst2
-rw-r--r--Documentation/user/system-setup.rst2
-rw-r--r--README2
4 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 1203c10cd1..82a33a3219 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -11,7 +11,7 @@ the suffix (for example 2014.06.1).
All releases can be downloaded from:
-http://www.barebox.org/download/
+https://www.barebox.org/download/
Development versions of barebox are accessible via Git. A local repository clone
can be checked out as follows:
@@ -39,7 +39,7 @@ you can look at the ``next`` branch:
$ git checkout -b next origin/remotes/next
A web interface to the repository is available at
-http://git.pengutronix.de/?p=barebox.git.
+https://git.pengutronix.de/cgit/barebox
.. _configuration:
diff --git a/Documentation/user/bootchooser.rst b/Documentation/user/bootchooser.rst
index 9a75afbf5e..05725d8f21 100644
--- a/Documentation/user/bootchooser.rst
+++ b/Documentation/user/bootchooser.rst
@@ -76,7 +76,7 @@ In case only the booted system itself knows when it is in a good state, the
barebox-state tool from the dt-utils_ package can be used to reset the
``remaining_attempts`` counter from the running system.
-.. _dt-utils: http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary
+.. _dt-utils: https://git.pengutronix.de/cgit/tools/dt-utils
General Bootchooser Options
---------------------------
diff --git a/Documentation/user/system-setup.rst b/Documentation/user/system-setup.rst
index 7e4a7669a8..f0598bc2b5 100644
--- a/Documentation/user/system-setup.rst
+++ b/Documentation/user/system-setup.rst
@@ -29,7 +29,7 @@ A good alternative terminal program is microcom. On Debian it can be installed
with ``apt-get install microcom``, on other distributions it can be installed
from source:
-http://git.pengutronix.de/?p=tools/microcom.git;a=summary
+https://git.pengutronix.de/cgit/tools/microcom
Usage is simple::
diff --git a/README b/README
index 8025bdf4a2..940e1f96dd 100644
--- a/README
+++ b/README
@@ -218,7 +218,7 @@ are the release rules:
necessary, this is the scheme we follow.
- Only the monthly releases are archived on the web site. The tarballs
- are located in http://www.barebox.org/download/ and this location
+ are located in https://www.barebox.org/download/ and this location
does never change, in order to make life easier for distribution
people.