Update support page
diff --git a/_projectCommon.php b/_projectCommon.php
index d472d97..f9efe65 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -24,9 +24,10 @@
$Nav->addCustomNav("Resources", "/subversive/resources.php", "_self", 1);
$Nav->addNavSeparator("Support", "/subversive/support.php");
- $Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 1);
$Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1);
- $Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1);
+ $Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1);
+ $Nav->addCustomNav("Issues (Bugzilla)", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 1);
+ $Nav->addCustomNav("Report a Bug", "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Subversive&rep_platform=All&op_sys=All", "_self", 1);
$Nav->addNavSeparator("Getting Involved", "/subversive/getting-involved.php");
$Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_SUBVERSIVE", "_self", 1);
diff --git a/support.php b/support.php
index 1f5c349..9c1ca6f 100644
--- a/support.php
+++ b/support.php
@@ -26,6 +26,8 @@
<ul>
<li><a href="/subversive/newsgroup.php">Newsgroup</a> - Subversive newsgroup is a place where our community can discuss general topics related with the project. It's a right place to ask questions about Subversive usage, share feedback and request a help.</li>
<li><a href="/subversive/mailinglists.php">Mailing Lists</a> - it is a primary communication channel with Subversive developers regarding Subversive development and integration issues. If you are interested in getting announcements for new versions, or want to participate in discussions of the development or integration topics, then you can subscribe to one of the project's mailing lists.</li>
+ <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">Issues (Bugzilla)</a> - Review opened Subversive bugs on Eclipse Bugzilla.</li>
+ <li><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Subversive&rep_platform=All&op_sys=All">Report a Bug</a> - Submit a new Subversive bug to Eclipse Bugzilla.</li>
</ul>
</div>