This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] index.html -- absolute links for Bugzilla


Janis pointed this out after a report by one of our users.

  Links to Bugzilla need to be absolute because of our www.gnu.org site.

Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.528
diff -u -3 -p -r1.528 index.html
--- index.html	21 Nov 2005 20:53:05 -0000	1.528
+++ index.html	22 Nov 2005 21:30:25 -0000
@@ -37,10 +37,10 @@ mission statement</a>.</p>
   <a href="http://gcc.gnu.org/ml/gcc/2005-10/msg00210.html";>2005-10-10</a>
   : open for regression and documentation fixes only.
   <a
-   href="/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.3&amp;target_milestone=4.1.0&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3">Serious regressions
+   href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.3&amp;target_milestone=4.1.0&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED&amp;priority=P1&amp;priority=P2&amp;priority=P3";>Serious regressions
   </a>.
   <a
-  href="/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.3&amp;target_milestone=4.1.0&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED">All
+  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.1&amp;target_milestone=4.0.3&amp;target_milestone=4.1.0&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED";>All
   known regressions</a>.
 </dd>
 
@@ -49,7 +49,7 @@ mission statement</a>.</p>
 </dt><dd>
   Branch status: open for regression and documentation fixes only.
   <a
-  href="/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.0&amp;target_milestone=4.0.3&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED">Known
+  href="http://gcc.gnu.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=4.0&amp;target_milestone=4.0.3&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=SUSPENDED&amp;bug_status=WAITING&amp;bug_status=REOPENED";>Known
   regressions</a>.
 </dd>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]