Author: kwade Update of /cvs/fedora/web/include In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4531/include Modified Files: project.inc Log Message: Nice site-wide variable, thank you tfox++, this hopefully propagates across some other useful location; thanks tscherf for spotting it.*docs* Index: project.inc =================================================================== RCS file: /cvs/fedora/web/include/project.inc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- project.inc 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ project.inc 21 Jun 2006 20:58:52 -0000 1.2 @@ -98,8 +98,8 @@ function returnDownload() { if ($this->rawhide || $this->cvs_module) $html.='<p><dl>'; if ($this->rawhide) { - $rawhide_url="http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/"; - $rawhide_src_url="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/"; + $rawhide_url="http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora/RPMS/"; + $rawhide_src_url="http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/"; $html.='<dt>Rawhide</dt>'; $html.='<dd>The latest development version of the package is available in <a href="'.$rawhide_url.'">RPM</a> and <a href="'.$rawhide_src_url.'">SRPM</a> formats.</dd>'; }