From 3e1a721a940c6ebf36e250cc12f3220e09c9efbd Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 26 Feb 2013 18:22:18 +0000 Subject: [PATCH] [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 --- docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 2142162ce58..9383c5b3fa1 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 `_ for more details. + :doc:`HowToUseAttributes` for more details. * ... next change ... -- 2.34.1