summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-08-31 17:59:46 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-08-31 17:59:46 +0000
commitaeea9b031092a13a32650318ffdd79fe11b7675e (patch)
tree2031d628db341796ba76f668cb0780187edea5db /www
parentf966d3f5c4ecb2e44ffe12e2c469afe1715c5972 (diff)
[libcxx] [www] Fix broken link for LLVM Bugzilla.
Fixes D37318. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@312261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index 73b823480..ab39e1183 100644
--- a/www/index.html
+++ b/www/index.html
@@ -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>