[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.

llvm-svn: 304768
This commit is contained in:
Tobias Grosser 2017-06-06 06:23:20 +00:00
parent 5e1697ef28
commit 1fa569db23

View File

@ -16,21 +16,20 @@
<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>
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'.
<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>
<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>
</body>