[OpenAFS] Patch for web page 1.6.0pre6 link error

Gémes Géza geza@kzsdabas.hu
Sun, 05 Jun 2011 09:58:58 +0200


Hi,

The openafs.org web page wrongly points to the (nonexistent) 1.6.0pre5
distribution page, the patch bellow fixes that:

diff -ur a/index.html b/index.html
--- a/index.html    2011-06-05 09:51:10.962490973 +0200
+++ b/index.html    2011-06-05 09:51:43.778488309 +0200
@@ -34,7 +34,7 @@
 <p>The 1.6 series is intended to provide new features including the
Demand Attach File Service and Disconnected AFS, on other platforms
including MacOS X, Linux variants, and UNIX, and includes numerous new
features since 1.5.72, especially for users of MacOS X. OSX users may
find that 1.6 series provides a dramatically better usage experience
than the current suggested production version.
 <p>Sites using 1.6.0 prereleases for fileservers are urged to upgrade
to 1.6.0pre6!
     <ul>
-        <li><a href="/release/openafs-1.6.0pre5.html" target="_top">Go
to the distribution page</a>
+        <li><a href="/release/openafs-1.6.0pre6.html" target="_top">Go
to the distribution page</a>
 
         <li><a href="/pipermail/openafs-announce/2011/000364.html">Go
to the release announcement</a>
     </ul>


Cheers

Geza