[docs][JITLink] Yet more experiments to try to understand sphinx error.
authorLang Hames <lhames@gmail.com>
Wed, 24 Feb 2021 11:22:16 +0000 (22:22 +1100)
committerLang Hames <lhames@gmail.com>
Wed, 24 Feb 2021 11:22:48 +0000 (22:22 +1100)
llvm/docs/JITLink.rst

index fbcf71ba7303db933787c050031a2ea5eed2d63c..e17aaf0deb1ea9e50168e6092379df9bee8c98c8 100644 (file)
@@ -43,7 +43,7 @@ JITLink and ObjectLinkingLayer
 ``JITDylib``, or emitted from some higher level program representation, and
 linked into an executor process (which may be the same process) on request.
 Either way, when an object is emitted the ObjectLinkingLayer constructs a
-``LinkGraph`` (see :ref:`Constructing LinkGraphs`) and calls JITLink's
+``LinkGraph`` (see Constructing LinkGraphs) and calls JITLink's
 ``link`` function.
 
 Test text.