diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-09-06 23:22:02 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-09-06 23:22:02 +0000 |
commit | 67ffd0e9afcbd5029ea42ad7a4e7a913652ccc43 (patch) | |
tree | ab38c5d96dd424b2af6ae8afb3d52fb72bb32290 /libcxx/docs/index.rst | |
parent | 988686349f1ba21474a0159f7da5b3d8ab78815f (diff) | |
download | bcm5719-llvm-67ffd0e9afcbd5029ea42ad7a4e7a913652ccc43.tar.gz bcm5719-llvm-67ffd0e9afcbd5029ea42ad7a4e7a913652ccc43.zip |
Fix another bad link in the new docs
llvm-svn: 246951
Diffstat (limited to 'libcxx/docs/index.rst')
-rw-r--r-- | libcxx/docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index eeea39af4c9..acd92290aff 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -117,9 +117,9 @@ This list contains known issues with libc++ must be used during configuration. -A full list of currently open libc++ bugs can be `found here <libcxx bug list_>`_. +A full list of currently open libc++ bugs can be `found here`__. -.. _`libcxx bug list`: https://llvm.org/bugs/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=advanced&resolution=---&order=changeddate%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&list_id=74184 +.. __: https://llvm.org/bugs/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=advanced&resolution=---&order=changeddate%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&list_id=74184 Design Documents ---------------- |