aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-02-26 18:22:18 +0000
committerSean Silva <silvas@purdue.edu>2013-02-26 18:22:18 +0000
commit3e1a721a940c6ebf36e250cc12f3220e09c9efbd (patch)
treebdf1671db4480980338c50232eec500ea4cce2b6 /docs/ReleaseNotes.rst
parentb6080b48cfce5de877a90f34eba344afcf2f9f2c (diff)
downloadexternal_llvm-3e1a721a940c6ebf36e250cc12f3220e09c9efbd.zip
external_llvm-3e1a721a940c6ebf36e250cc12f3220e09c9efbd.tar.gz
external_llvm-3e1a721a940c6ebf36e250cc12f3220e09c9efbd.tar.bz2
[docs] Use reST link instead of direct HTML link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 2142162..9383c5b 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -62,7 +62,7 @@ Non-comprehensive list of changes in this release
* The Attributes classes have been completely rewritten and expanded. They now
support not only enumerated attributes and alignments, but "string"
attributes, which are useful for passing information to code generation. See
- `How To Use Attributes <HowToUseAttributes.html>`_ for more details.
+ :doc:`HowToUseAttributes` for more details.
* ... next change ...