mailr26728 - in /website: download.html menu.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 26, 2014 - 09:55:
Author: bugman
Date: Wed Nov 26 09:55:19 2014
New Revision: 26728

URL: http://svn.gna.org/viewcvs/relax?rev=26728&view=rev
Log:
Fixes for the http://download.gna.org/relax/ link.

This affects the menu http://www.nmr-relax.com/menu.html used on all the main 
pages at
http://www.nmr-relax.com.  The http://www.nmr-relax.com/download.html page 
also required the fix.
The original link was missing the trailing '/' so that a server redirect was 
required.  This was
found by the W3C link checker (http://validator.w3.org/checklink).


Modified:
    website/download.html
    website/menu.html

Modified: website/download.html
URL: 
http://svn.gna.org/viewcvs/relax/website/download.html?rev=26728&r1=26727&r2=26728&view=diff
==============================================================================
--- website/download.html       (original)
+++ website/download.html       Wed Nov 26 09:55:19 2014
@@ -362,7 +362,7 @@
   <div id="All_releases" class="main_box">
     <h1>All releases</h1>
 
-    <p>Descriptions of these releases are available from the <a 
href='https://gna.org/news/?group=relax'>relax news pages</a>.  These files 
can either be found on the <a href="http://download.gna.org/relax";>relax 
download site</a> or are <a href="download_request.html">available upon 
request</a>.</p>
+    <p>Descriptions of these releases are available from the <a 
href='https://gna.org/news/?group=relax'>relax news pages</a>.  These files 
can either be found on the <a href="http://download.gna.org/relax/";>relax 
download site</a> or are <a href="download_request.html">available upon 
request</a>.</p>
 
     <div id="series_3.3" class="main_h2">
       <h2>The 3.3 series</h2>

Modified: website/menu.html
URL: 
http://svn.gna.org/viewcvs/relax/website/menu.html?rev=26728&r1=26727&r2=26728&view=diff
==============================================================================
--- website/menu.html   (original)
+++ website/menu.html   Wed Nov 26 09:55:19 2014
@@ -31,7 +31,7 @@
 
   <div class="menu_title">relax @ Gna!</div>
   <div class="menu_def"><a href="http://gna.org/projects/relax"; title="The 
Gna! site for the project relax.">The relax project</a></div>
-  <div class="menu_def"><a href="http://download.gna.org/relax"; title="The 
Gna! download site for the project relax.">Downloads</a></div>
+  <div class="menu_def"><a href="http://download.gna.org/relax/"; title="The 
Gna! download site for the project relax.">Downloads</a></div>
   <div class="menu_def"><a href="http://gna.org/news/?group=relax"; 
title="The relax news page.">News</a></div>
   <div class="menu_def"><a href="https://gna.org/bugs/?group=relax"; 
title="The relax bug tracker.">Bug tracker</a></div>
   <div class="menu_def"><a href="http://gna.org/task/?group=relax"; 
title="The relax task tracker.">Tasks</a></div>




Related Messages


Powered by MHonArc, Updated Wed Nov 26 10:00:03 2014