From 67ffd0e9afcbd5029ea42ad7a4e7a913652ccc43 Mon Sep 17 00:00:00 2001
From: Eric Fiselier <eric@efcs.ca>
Date: Sun, 6 Sep 2015 23:22:02 +0000
Subject: [PATCH] Fix another bad link in the new docs

llvm-svn: 246951
---
 libcxx/docs/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index eeea39af4c96..acd92290aff6 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
 ----------------