[lld] r296074 - Attempt to fix lld-sphinx-docs bot.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 18:07:54 PST 2017
Author: ruiu
Date: Thu Feb 23 20:07:54 2017
New Revision: 296074
URL: http://llvm.org/viewvc/llvm-project?rev=296074&view=rev
Log:
Attempt to fix lld-sphinx-docs bot.
Modified:
lld/trunk/docs/index.rst
Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=296074&r1=296073&r2=296074&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Thu Feb 23 20:07:54 2017
@@ -11,7 +11,7 @@ different linkers. The ELF port is the o
this document. The PE/COFF port is almost complete except the lack of
the Windows debug info (PDB) support. The Mach-O port is built based
on a different architecture than the ELF or COFF ports. For the
-details about Mach-O, please read AtomLLD_.
+details about Mach-O, please read :doc:`AtomLLD`.
Features
--------
@@ -132,6 +132,6 @@ Here is a brief project history of the E
Internals
---------
-For the internals of the linker, please read NewLLD_. It is a bit
+For the internals of the linker, please read :doc:`NewLLD`. It is a bit
outdated but the fundamental concepts remain valid. We'll update the
document soon.
More information about the llvm-commits
mailing list