[llvm] r176108 - [docs] Use reST link instead of direct HTML link.

Sean Silva silvas at purdue.edu
Tue Feb 26 10:22:18 PST 2013


Author: silvas
Date: Tue Feb 26 12:22:18 2013
New Revision: 176108

URL: http://llvm.org/viewvc/llvm-project?rev=176108&view=rev
Log:
[docs] Use reST link instead of direct HTML link.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=176108&r1=176107&r2=176108&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Feb 26 12:22:18 2013
@@ -62,7 +62,7 @@ Non-comprehensive list of changes in thi
 * 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 ...
 





More information about the llvm-commits mailing list