diff mbox

website: add link to the release archive

Message ID 1426067061-12275-1-git-send-email-luca@lucaceresoli.net
State Accepted
Headers show

Commit Message

Luca Ceresoli March 11, 2015, 9:44 a.m. UTC
We have them, let them be reachable.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 docs/website/download.html | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Peter Korsgaard March 11, 2015, 4:32 p.m. UTC | #1
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

 > We have them, let them be reachable.
 > Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
 > ---
 >  docs/website/download.html | 5 +++++
 >  1 file changed, 5 insertions(+)

 > diff --git a/docs/website/download.html b/docs/website/download.html
 > index bfacd82..4462d3a 100644
 > --- a/docs/website/download.html
 > +++ b/docs/website/download.html
 > @@ -47,6 +47,11 @@ want to follow development, but cannot or do not wish to use Git.
 >  	</li>
 >  </ul>
 
 > +<p>
 > +Older versions can be downloaded from
 > +<a href="http://buildroot.net/downloads/">the release archive</a>.

We have .org / .net and the webserver also listens on https, so I've
changed it to simply be /downloads/ like elsewhere on the website.

Committed with that fixed, thanks.
diff mbox

Patch

diff --git a/docs/website/download.html b/docs/website/download.html
index bfacd82..4462d3a 100644
--- a/docs/website/download.html
+++ b/docs/website/download.html
@@ -47,6 +47,11 @@  want to follow development, but cannot or do not wish to use Git.
 	</li>
 </ul>
 
+<p>
+Older versions can be downloaded from
+<a href="http://buildroot.net/downloads/">the release archive</a>.
+</p>
+
 
 <h2>Repository</h2>