DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] doc: intro: Update URLs
@ 2020-08-31 14:44 Alexander Dahl
  2020-08-31 21:11 ` Roland Hieber
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Dahl @ 2020-08-31 14:44 UTC (permalink / raw)
  To: distrokit

At least http://www.pengutronix.de/oselas/toolchain/ redirects to a
page, where the user gets a HTTP error 403.

The other URLs were just updated to the targets you get redirected to.

Note: none of those links connects you to
https://www.pengutronix.de/de/software/toolchain.html …

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 doc/intro.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/intro.rst b/doc/intro.rst
index b827834..5bd6461 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -16,7 +16,7 @@ Installing the BSP
 ------------------
 
 DistroKit is built with ptxdist. In order to install ptxdist,
-`download the tarball <http://www.pengutronix.de/software/ptxdist/download/ptxdist-|ptxdistVendorVersion|.tar.bz2>`_
+`download the tarball <https://public.pengutronix.de/software/ptxdist/ptxdist-|ptxdistVendorVersion|.tar.bz2>`_
 from the PTXdist Download Area.
 
 Extract the tarball:
@@ -37,12 +37,12 @@ Installing the Toolchain
 In order to build a BSP, you need a toolchain. The easiest way to get a
 toolchain is to install the debian packages for OSELAS.Toolchain:
 
-        `<http://www.pengutronix.de/oselas/toolchain/>`_
+        `<https://debian.pengutronix.de/>`_
 
 If you want to build the toolchain yourself, you can download the
 toolchain sources from
 
-        `<http://www.pengutronix.de/oselas/toolchain/download/>`_
+        `<https://public.pengutronix.de/oselas/toolchain/>`_
 
 and build them manually.
 
-- 
2.27.0


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH] doc: intro: Update URLs
  2020-08-31 14:44 [DistroKit] [PATCH] doc: intro: Update URLs Alexander Dahl
@ 2020-08-31 21:11 ` Roland Hieber
  2020-09-01  6:16   ` Alexander Dahl
  0 siblings, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2020-08-31 21:11 UTC (permalink / raw)
  To: Alexander Dahl; +Cc: distrokit

On Mon, Aug 31, 2020 at 04:44:20PM +0200, Alexander Dahl wrote:
> At least http://www.pengutronix.de/oselas/toolchain/ redirects to a
> page, where the user gets a HTTP error 403.
> 
> The other URLs were just updated to the targets you get redirected to.
> 
> Note: none of those links connects you to
> https://www.pengutronix.de/de/software/toolchain.html …
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
>  doc/intro.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/intro.rst b/doc/intro.rst
> index b827834..5bd6461 100644
> --- a/doc/intro.rst
> +++ b/doc/intro.rst
> @@ -16,7 +16,7 @@ Installing the BSP
>  ------------------
>  
>  DistroKit is built with ptxdist. In order to install ptxdist,
> -`download the tarball <http://www.pengutronix.de/software/ptxdist/download/ptxdist-|ptxdistVendorVersion|.tar.bz2>`_
> +`download the tarball <https://public.pengutronix.de/software/ptxdist/ptxdist-|ptxdistVendorVersion|.tar.bz2>`_
>  from the PTXdist Download Area.
>  
>  Extract the tarball:
> @@ -37,12 +37,12 @@ Installing the Toolchain
>  In order to build a BSP, you need a toolchain. The easiest way to get a
>  toolchain is to install the debian packages for OSELAS.Toolchain:
>  

Oh, thanks for catching this! It would probably be better to rewrite
this section completely and link directly to
<https://www.pengutronix.de/de/software/toolchain.html>, which also
explains how to install the toolchain both ways. 

 - Roland

> -        `<http://www.pengutronix.de/oselas/toolchain/>`_
> +        `<https://debian.pengutronix.de/>`_
>  
>  If you want to build the toolchain yourself, you can download the
>  toolchain sources from
>  
> -        `<http://www.pengutronix.de/oselas/toolchain/download/>`_
> +        `<https://public.pengutronix.de/oselas/toolchain/>`_
>  
>  and build them manually.
>  
> -- 
> 2.27.0
> 
> 
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH] doc: intro: Update URLs
  2020-08-31 21:11 ` Roland Hieber
@ 2020-09-01  6:16   ` Alexander Dahl
  2020-11-01  8:37     ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Dahl @ 2020-09-01  6:16 UTC (permalink / raw)
  To: Roland Hieber; +Cc: distrokit

Hei hei,

Am Montag, 31. August 2020, 23:11:38 CEST schrieb Roland Hieber:
> On Mon, Aug 31, 2020 at 04:44:20PM +0200, Alexander Dahl wrote:
> > At least http://www.pengutronix.de/oselas/toolchain/ redirects to a
> > page, where the user gets a HTTP error 403.
> > 
> > The other URLs were just updated to the targets you get redirected to.
> > 
> > Note: none of those links connects you to
> > https://www.pengutronix.de/de/software/toolchain.html …
> > 
> > Signed-off-by: Alexander Dahl <ada@thorsis.com>
> > ---
> > 
> >  doc/intro.rst | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/doc/intro.rst b/doc/intro.rst
> > index b827834..5bd6461 100644
> > --- a/doc/intro.rst
> > +++ b/doc/intro.rst
> > @@ -16,7 +16,7 @@ Installing the BSP
> > 
> >  ------------------
> >  
> >  DistroKit is built with ptxdist. In order to install ptxdist,
> > 
> > -`download the tarball
> > <http://www.pengutronix.de/software/ptxdist/download/ptxdist-|ptxdistVend
> > orVersion|.tar.bz2>`_ +`download the tarball
> > <https://public.pengutronix.de/software/ptxdist/ptxdist-|ptxdistVendorVer
> > sion|.tar.bz2>`_> 
> >  from the PTXdist Download Area.
> > 
> >  Extract the tarball:
> > @@ -37,12 +37,12 @@ Installing the Toolchain
> > 
> >  In order to build a BSP, you need a toolchain. The easiest way to get a
> 
> >  toolchain is to install the debian packages for OSELAS.Toolchain:
> Oh, thanks for catching this! It would probably be better to rewrite
> this section completely and link directly to
> <https://www.pengutronix.de/de/software/toolchain.html>, which also
> explains how to install the toolchain both ways.

Yes, probably. But I would rather not do that myself. If anyone else wants to 
step in, please do.

Alex

> 
>  - Roland
> 
> > -        `<http://www.pengutronix.de/oselas/toolchain/>`_
> > +        `<https://debian.pengutronix.de/>`_
> > 
> >  If you want to build the toolchain yourself, you can download the
> >  toolchain sources from
> > 
> > -        `<http://www.pengutronix.de/oselas/toolchain/download/>`_
> > +        `<https://public.pengutronix.de/oselas/toolchain/>`_
> > 
> >  and build them manually.





_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH] doc: intro: Update URLs
  2020-09-01  6:16   ` Alexander Dahl
@ 2020-11-01  8:37     ` Robert Schwebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2020-11-01  8:37 UTC (permalink / raw)
  To: Alexander Dahl; +Cc: distrokit, Roland Hieber

Hi,

On Tue, Sep 01, 2020 at 08:16:46AM +0200, Alexander Dahl wrote:
> Yes, probably. But I would rather not do that myself. If anyone else wants to 
> step in, please do.

FTR: Rohieb has recently reworked this.

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

end of thread, other threads:[~2020-11-01  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 14:44 [DistroKit] [PATCH] doc: intro: Update URLs Alexander Dahl
2020-08-31 21:11 ` Roland Hieber
2020-09-01  6:16   ` Alexander Dahl
2020-11-01  8:37     ` Robert Schwebel

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