summaryrefslogtreecommitdiffstats
path: root/docs/CompilerWriterInfo.rst
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-12 00:19:11 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-12 00:19:11 +0000
commit30b473826c580bbd6812cf62b06fcab546c4e0a4 (patch)
treeca9347754bedda8ddc0e597df7f586bf879987f1 /docs/CompilerWriterInfo.rst
parente4fcd18350440bf10ff339ab9c8e9e05baa6fd93 (diff)
Fix broken links to the Itanium CXX ABI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerWriterInfo.rst')
-rw-r--r--docs/CompilerWriterInfo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst
index 24375fb70d4e..60f102472c63 100644
--- a/docs/CompilerWriterInfo.rst
+++ b/docs/CompilerWriterInfo.rst
@@ -119,7 +119,7 @@ ABI
===
* `System V Application Binary Interface <http://www.sco.com/developers/gabi/latest/contents.html>`_
-* `Itanium C++ ABI <http://mentorembedded.github.io/cxx-abi/>`_
+* `Itanium C++ ABI <http://itanium-cxx-abi.github.io/cxx-abi/>`_
Linux
-----