mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: use https for Pengutronix services
@ 2018-06-11  8:02 Uwe Kleine-König
  2018-06-13  8:26 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2018-06-11  8:02 UTC (permalink / raw)
  To: barebox

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>
---
 Documentation/user/barebox.rst      | 4 ++--
 Documentation/user/bootchooser.rst  | 2 +-
 Documentation/user/system-setup.rst | 2 +-
 README                              | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 1203c10cd145..82a33a3219a2 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 9a75afbf5e36..05725d8f21b5 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 7e4a7669a8fe..f0598bc2b56d 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 3862f6091e4d..690b3141c2f5 100644
--- a/README
+++ b/README
@@ -217,7 +217,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.
 
-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: use https for Pengutronix services
  2018-06-11  8:02 [PATCH] Documentation: use https for Pengutronix services Uwe Kleine-König
@ 2018-06-13  8:26 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-06-13  8:26 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

On Mon, Jun 11, 2018 at 10:02:29AM +0200, Uwe Kleine-König wrote:
> 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>
> ---

Applied, thanks

Sascha

>  Documentation/user/barebox.rst      | 4 ++--
>  Documentation/user/bootchooser.rst  | 2 +-
>  Documentation/user/system-setup.rst | 2 +-
>  README                              | 2 +-
>  4 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
> index 1203c10cd145..82a33a3219a2 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 9a75afbf5e36..05725d8f21b5 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 7e4a7669a8fe..f0598bc2b56d 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 3862f6091e4d..690b3141c2f5 100644
> --- a/README
> +++ b/README
> @@ -217,7 +217,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.
>  
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-13  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11  8:02 [PATCH] Documentation: use https for Pengutronix services Uwe Kleine-König
2018-06-13  8:26 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox