[docs] Use reST link instead of direct HTML link.
authorSean Silva <silvas@purdue.edu>
Tue, 26 Feb 2013 18:22:18 +0000 (18:22 +0000)
committerSean Silva <silvas@purdue.edu>
Tue, 26 Feb 2013 18:22:18 +0000 (18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176108 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 2142162ce58a43468aa3f4b2375e758a28788a33..9383c5b3fa1572c0e360bbaa3dc668662049e6f7 100644 (file)
@@ -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 ...