r214883 - ReleaseNotes: try to fix links

Sean Silva chisophugis at gmail.com
Tue Aug 5 17:36:41 PDT 2014


FYI :ref: <http://sphinx-doc.org/markup/inline.html#role-ref> is a handy
way to link to arbitrary places in the documentation.
There is also :doc: <http://sphinx-doc.org/markup/inline.html#role-doc> for
referring to a whole document (it automatically inserts the document's
title).


On Tue, Aug 5, 2014 at 10:19 AM, Hans Wennborg <hans at hanshq.net> wrote:

> Author: hans
> Date: Tue Aug  5 12:19:14 2014
> New Revision: 214883
>
> URL: http://llvm.org/viewvc/llvm-project?rev=214883&view=rev
> Log:
> ReleaseNotes: try to fix links
>
> Modified:
>     cfe/trunk/docs/ReleaseNotes.rst
>
> Modified: cfe/trunk/docs/ReleaseNotes.rst
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=214883&r1=214882&r2=214883&view=diff
>
> ==============================================================================
> --- cfe/trunk/docs/ReleaseNotes.rst (original)
> +++ cfe/trunk/docs/ReleaseNotes.rst Tue Aug  5 12:19:14 2014
> @@ -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
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140805/64cc2451/attachment.html>


More information about the cfe-commits mailing list