[med-svn] r3878 - trunk/community/website
Andreas Tille
tille at alioth.debian.org
Fri Sep 4 10:57:29 UTC 2009
Author: tille
Date: 2009-09-04 10:57:28 +0000 (Fri, 04 Sep 2009)
New Revision: 3878
Modified:
trunk/community/website/index.php
Log:
use absolute path which might help in case of some boring content filters to really find the page
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2009-09-04 10:33:35 UTC (rev 3877)
+++ trunk/community/website/index.php 2009-09-04 10:57:28 UTC (rev 3878)
@@ -48,7 +48,7 @@
<li><a href="http://qa.debian.org/developer.php?login=debian-med-packaging@lists.alioth.debian.org&ordering=3"><?=_("Packages Overview")?></a></li>
<hr />
<li><a href="/locales.php"><?=_("Localizations")?></a></li>
- <li><a href="organisations.xml"><?=_("Organisations")?></a></li>
+ <li><a href="/organisations.xml"><?=_("Organisations")?></a></li>
<li>…</li>
</ul>
</div>
More information about the debian-med-commit
mailing list