[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
This commit is contained in:
Sean Silva 2013-02-26 18:22:18 +00:00
parent b6080b48cf
commit 3e1a721a94

View 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 ...