diff options
author | Sean Silva <silvas@purdue.edu> | 2013-02-26 18:22:18 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-02-26 18:22:18 +0000 |
commit | 3e1a721a940c6ebf36e250cc12f3220e09c9efbd (patch) | |
tree | bdf1671db4480980338c50232eec500ea4cce2b6 | |
parent | b6080b48cfce5de877a90f34eba344afcf2f9f2c (diff) |
[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
-rw-r--r-- | docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 2142162ce5..9383c5b3fa 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 ... |