Module: bugzilla Branch: master Commit: 7b2e1952a5f56108a93496f72a745b81f0c57a27 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=7b2e1952a5f56108a93496...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Feb 20 10:21:46 2008 -0600
links should be .org, not .com
---
template/en/default/index.html.tmpl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index ef9213f..9e13783 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -168,24 +168,24 @@ function addSidebar() { <p>The bugs we are currently working on are organized into Task lists.</p>
<ol class="wine_index_list"> - <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.0.0&order=bugs.bug_severity">Wine 1.0</a><br> + <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.0.0&order=bugs.bug_severity">Wine 1.0</a><br> These bugs are scheduled to be fixed before Wine 1.0 is released. </li>
- <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=regression&keywords_type=anywords">Regressions</a><br> + <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=regression&keywords_type=anywords">Regressions</a><br> Bugs introduced as result of a regression. </li>
- <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklist&keywords_type=anywords">Task List</a><br> + <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklist&keywords_type=anywords">Task List</a><br> Available large scale tasks. </li>
- <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklet&keywords_type=anywords">Tasklets</a><br> + <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklet&keywords_type=anywords">Tasklets</a><br>
Small tasks available to be worked on. </li>
- <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=download&keywords_type=anywords">With download</a><br> + <li><a href="http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=download&keywords_type=anywords">With download</a><br> Bugs in downloadable Applications. </li>