<div dir="ltr">FYI :ref: <<a href="http://sphinx-doc.org/markup/inline.html#role-ref">http://sphinx-doc.org/markup/inline.html#role-ref</a>> is a handy way to link to arbitrary places in the documentation.<div><div>There is also :doc: <<a href="http://sphinx-doc.org/markup/inline.html#role-doc">http://sphinx-doc.org/markup/inline.html#role-doc</a>> for referring to a whole document (it automatically inserts the document's title).</div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 5, 2014 at 10:19 AM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@hanshq.net" target="_blank">hans@hanshq.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: hans<br>
Date: Tue Aug  5 12:19:14 2014<br>
New Revision: 214883<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=214883&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=214883&view=rev</a><br>
Log:<br>
ReleaseNotes: try to fix links<br>
<br>
Modified:<br>
    cfe/trunk/docs/ReleaseNotes.rst<br>
<br>
Modified: cfe/trunk/docs/ReleaseNotes.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=214883&r1=214882&r2=214883&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=214883&r1=214882&r2=214883&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/docs/ReleaseNotes.rst (original)<br>
+++ cfe/trunk/docs/ReleaseNotes.rst Tue Aug  5 12:19:14 2014<br>
@@ -125,14 +125,14 @@ Windows Support<br>
 Clang's support for building native Windows programs, compatible with Visual<br>
 C++, has improved significantly since the previous release. This includes<br>
 correctly passing non-trivial objects by value, record layout, basic debug info,<br>
-`Address Sanitizer <AddressSanitizer.html>` support, RTTI, name mangling,<br>
+`Address Sanitizer <AddressSanitizer.html>`_ support, RTTI, name mangling,<br>
 DLL attributes, and many many bug fixes. See<br>
-`MSVC Compatibility <MSVCCompatibility.html>` for details.<br>
+`MSVC Compatibility <MSVCCompatibility.html>`_ for details.<br>
<br>
 While still considered experimental, Clang's Windows support is good enough<br>
 that Clang can self-host on Windows, and projects such as Chromium and Firefox<br>
 have been built successfully using the<br>
-`/fallback <UsersManual.html#the-fallback-option>` option.<br>
+`/fallback <UsersManual.html#the-fallback-option>`_ option.<br>
<br>
<br>
 C Language Changes in Clang<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>