[htdocs/PR#2025] Fix typo in link in current/index.html

Joel Brobecker brobecker@adacore.com
Wed Nov 2 22:46:00 GMT 2005


The attached patch fixes PR #2025.

2005-11-02  Joel Brobecker  <brobecker@adacore.com>

        * current/index.html: Fix typo in URL where daily snapshots can be
        downloaded.

Committed as obvious. The link was not working before the change.
It is now working.

BTW: Do we want to use ChangeLog files in htdocs? I've always found
them kind of useful...

-- 
Joel
-------------- next part --------------
Index: current/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/current/index.html,v
retrieving revision 1.34
diff -u -p -r1.34 index.html
--- current/index.html	25 Oct 2005 21:42:25 -0000	1.34
+++ current/index.html	2 Nov 2005 21:54:59 -0000
@@ -151,7 +151,7 @@ cvs -d :ext:YOURACCOUNT@sources.redhat.c
 <li><b>FTP</b>:<p>
 
 A daily snapshot of the current development sources (<a
-href="ftp://sources.redhat.com/pub/gdb/shapshots/current/">current</a>
+href="ftp://sources.redhat.com/pub/gdb/snapshots/current/">current</a>
 subdirectory) and most recent release branch (<a
 href="ftp://sources.redhat.com/pub/gdb/snapshots/branch/">branch</a>
 subdirectory) are available from:


More information about the Gdb-patches mailing list