[libcxx] r312261 - [libcxx] [www] Fix broken link for LLVM Bugzilla.
Stephan T. Lavavej via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 31 10:59:46 PDT 2017
Author: stl_msft
Date: Thu Aug 31 10:59:46 2017
New Revision: 312261
URL: http://llvm.org/viewvc/llvm-project?rev=312261&view=rev
Log:
[libcxx] [www] Fix broken link for LLVM Bugzilla.
Fixes D37318.
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=312261&r1=312260&r2=312261&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Thu Aug 31 10:59:46 2017
@@ -203,7 +203,7 @@
<p>
If you think you've found a bug in libc++, please report it using
- the <a href="http://llvm.org/bugs">LLVM Bugzilla</a>. If you're not sure, you
+ the <a href="https://bugs.llvm.org/">LLVM Bugzilla</a>. If you're not sure, you
can post a message to the <a href="https://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a>
mailing list or on IRC. Please include "libc++" in your subject.
</p>
More information about the cfe-commits
mailing list