]> granicus.if.org Git - clang/commitdiff
ReleaseNotes: try to fix links
authorHans Wennborg <hans@hanshq.net>
Tue, 5 Aug 2014 17:19:14 +0000 (17:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 5 Aug 2014 17:19:14 +0000 (17:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214883 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index ae6bcfcaed70cef518124e70a0ead396f80356bb..a480835190d3dfe60a22cf08ac0ab842cb2c4f04 100644 (file)
@@ -125,14 +125,14 @@ Windows Support
 Clang's support for building native Windows programs, compatible with Visual
 C++, has improved significantly since the previous release. This includes
 correctly passing non-trivial objects by value, record layout, basic debug info,
-`Address Sanitizer <AddressSanitizer.html>` support, RTTI, name mangling,
+`Address Sanitizer <AddressSanitizer.html>`_ support, RTTI, name mangling,
 DLL attributes, and many many bug fixes. See
-`MSVC Compatibility <MSVCCompatibility.html>` for details.
+`MSVC Compatibility <MSVCCompatibility.html>`_ for details.
 
 While still considered experimental, Clang's Windows support is good enough
 that Clang can self-host on Windows, and projects such as Chromium and Firefox
 have been built successfully using the
-`/fallback <UsersManual.html#the-fallback-option>` option.
+`/fallback <UsersManual.html#the-fallback-option>`_ option.
 
 
 C Language Changes in Clang