summaryrefslogtreecommitdiffstats
path: root/docs/TypeMetadata.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/TypeMetadata.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/TypeMetadata.rst')
-rw-r--r--docs/TypeMetadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TypeMetadata.rst b/docs/TypeMetadata.rst
index 98d58b71a6d3..83d8f6df6497 100644
--- a/docs/TypeMetadata.rst
+++ b/docs/TypeMetadata.rst
@@ -128,7 +128,7 @@ address points of the vtables of A, B and D respectively). If we then load
an address from that pointer, we know that the address can only be one of
``&A::f``, ``&B::f`` or ``&D::f``.
-.. _address point: https://mentorembedded.github.io/cxx-abi/abi.html#vtable-general
+.. _address point: https://itanium-cxx-abi.github.io/cxx-abi/abi.html#vtable-general
Testing Addresses For Type Membership
=====================================