diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index e190b9cbc8d2..c5fe86128edb 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -102,9 +102,9 @@ C++ Dialect Support --------------------- * C++11 - Complete -* `C++14 - Complete `__ -* `C++1z - In Progress `__ -* `Post C++14 Technical Specifications - In Progress `__ +* `C++14 - Complete `_ +* `C++1z - In Progress `_ +* `Post C++14 Technical Specifications - In Progress `_ .. _cxx14 status: http://libcxx.llvm.org/cxx1y_status.html .. _cxx1z status: http://libcxx.llvm.org/cxx1z_status.html @@ -122,7 +122,7 @@ This list contains known issues with libc++ must be used during configuration. -A full list of currently open libc++ bugs can be `found here `__. +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 @@ -132,7 +132,7 @@ Design Documents * ` design `_ * ` design `_ * `Status of debug mode `_ -* `Notes by Marshall Clow `__ +* `Notes by Marshall Clow `_ .. _clow notes: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ @@ -158,13 +158,13 @@ Please include "libc++" in your subject. **Patches** If you want to contribute a patch to libc++, the best place for that is -`Phabricator `__. Please include [libcxx] in the subject and +`Phabricator `_. Please include [libcxx] in the subject and add `cfe-commits` as a subscriber. Also make sure you are subscribed to the -`cfe-commits mailing list `__. +`cfe-commits mailing list `_. **Discussion and Questions** -Send discussions and questions to the `cfe-dev mailing list `__. +Send discussions and questions to the `cfe-dev mailing list `_. Please include [libcxx] in the subject. .. _phab doc: http://llvm.org/docs/Phabricator.html @@ -172,11 +172,11 @@ Please include [libcxx] in the subject. Quick Links =========== -* `LLVM Homepage `__ -* `libc++abi Homepage `__ +* `LLVM Homepage `_ +* `libc++abi Homepage `_ * `LLVM Bugzilla`_ -* `cfe-commits Mailing List `__ -* `cfe-dev Mailing List `__ +* `cfe-commits Mailing List `_ +* `cfe-dev Mailing List `_ * `Browse libc++ -- SVN `_ * `Browse libc++ -- ViewVC `_