r16309 - htdocs/trunk/externals - Make download URLs more precise to point to the only directory that

Christian Stimming cstim at cvs.gnucash.org
Sat Jul 14 04:41:24 EDT 2007


Author: cstim
Date: 2007-07-14 04:41:23 -0400 (Sat, 14 Jul 2007)
New Revision: 16309
Trac: http://svn.gnucash.org/trac/changeset/16309

Modified:
   htdocs/trunk/externals/menu.phtml
Log:
Make download URLs more precise to point to the only directory that
contains anything interesting at this point in time.

Modified: htdocs/trunk/externals/menu.phtml
===================================================================
--- htdocs/trunk/externals/menu.phtml	2007-07-14 08:09:43 UTC (rev 16308)
+++ htdocs/trunk/externals/menu.phtml	2007-07-14 08:41:23 UTC (rev 16309)
@@ -42,9 +42,9 @@
     <b><?=_("Downloads")?></b>
   </span>
   <ul>
-    <li><a href="http://www.gnucash.org/pub/"><?= _("USA (master site)");?></a></li>
+    <li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/"><?= _("USA (master site)");?></a></li>
     <li><a href="http://sourceforge.net/project/showfiles.php?group_id=192"><?= _("SourceForge");?></a></li>
-    <li><a href="http://ftp.at.gnucash.org/pub/gnucash/"><?= _("Europe");?></a></li>
+    <li><a href="http://ftp.at.gnucash.org/pub/gnucash/gnucash/sources/stable/"><?= _("Europe");?></a></li>
     <!-- 2006-07-11: changed to 'ftp.plane[...]'', but disabled because it's empty. -->
     <!-- li><a href="ftp://ftp.planetmirror.com/pub/gnucash/"><?= _("Australia");?></a></li -->
   </ul>



More information about the gnucash-changes mailing list