[polly] r304768 - [www] Fix links to bug tracker

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 23:23:20 PDT 2017


Author: grosser
Date: Tue Jun  6 01:23:20 2017
New Revision: 304768

URL: http://llvm.org/viewvc/llvm-project?rev=304768&view=rev
Log:
[www] Fix links to bug tracker

The LLVM bug tracker is now available at bugs.llvm.org instead of llvm.org/bugs.
By updating our links to the tracker we do not only avoid unnecessary redirects,
but also certificate warnings.

We use this opportunity to shorten the text and to rename the link 'open bugs'
to 'show open bugs' to clearify its meaning.

Modified:
    polly/trunk/www/bugs.html

Modified: polly/trunk/www/bugs.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/bugs.html?rev=304768&r1=304767&r2=304768&view=diff
==============================================================================
--- polly/trunk/www/bugs.html (original)
+++ polly/trunk/www/bugs.html Tue Jun  6 01:23:20 2017
@@ -16,20 +16,19 @@
 
 <h1>Bug Reports</h1>
 
-Polly uses the LLVM bug tracking system.
+Polly uses the LLVM bug tracking system:
 
-<h3>File a  Bug</h3>
+<ul>
+<li>
+<a href="https://bugs.llvm.org/enter_bug.cgi?product=Polly">File new bug</a>
+</li>
+
+<li>
+<a
+href="https://bugs.llvm.org/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Polly&list_id=91437">Show open bugs</a>
+</li>
+</ul>
 
-If a problem appears, please <a
-href="http://llvm.org/bugs/enter_bug.cgi?product=Polly">
-report a bug</a> to the LLVM bugzilla. Polly bugs are tracked under product
-'Polly'.
-
-
-<h3>Show Open Bugs</h3>
-A list of the <a
-href="https://llvm.org/bugs/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Polly&list_id=91437">open
-bugs</a> in Polly is also available.
 
 </div>
 </div>




More information about the llvm-commits mailing list