Alexandre Julliard : update-winehq: Update the generated URLs for the new site.

Alexandre Julliard julliard at winehq.org
Tue Dec 9 14:25:23 CST 2008


Module: tools
Branch: master
Commit: 827d79917e808ebc2ba678c52fac82d227e56e3e
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=827d79917e808ebc2ba678c52fac82d227e56e3e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Dec  9 20:06:05 2008 +0100

update-winehq: Update the generated URLs for the new site.

---

 update-winehq |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/update-winehq b/update-winehq
index 6a359a6..046a8b8 100755
--- a/update-winehq
+++ b/update-winehq
@@ -46,7 +46,7 @@ while (<ANNOUNCE>)
         if (/^What's new in this release/)
         {
             $whats_new = 1;
-            push @text, " <a href=\"?announce=$rel\">What's new</a> in this release:";
+            push @text, " <a href=\"{\$root}/announce/$rel\">What's new</a> in this release:";
             next;
         }
         if (/^\s*$/)
@@ -77,7 +77,7 @@ while (<ANNOUNCE>)
 }
 
 push @text, "<p>The source is <a href=\"http://prdownloads.sourceforge.net/wine/wine-$rel.tar.bz2\">available now</a>.\n";
-push @text, "Binary packages are in the process of being built, and will appear soon at their respective <a href=\"/site/download\">download locations</a>.\n";
+push @text, "Binary packages are in the process of being built, and will appear soon at their respective <a href=\"{\$root}/download\">download locations</a>.\n";
 push @text, "</p></body></news>\n";
 close ANNOUNCE;
 




More information about the wine-cvs mailing list