Update link.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Oct 2013 03:57:10 +0000 (03:57 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Oct 2013 03:57:10 +0000 (03:57 +0000)
PR17608

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193490 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MakefileGuide.rst

index e01ac9b28cff3848cd629046ea596a03f4e26078..0724f340cc3ccf55cdf2d4119a9ea759529b0ff8 100644 (file)
@@ -169,8 +169,8 @@ openable with the ``dlopen`` function and searchable with the ``dlsym`` function
 Linux and a few other platforms, it is required on systems like HP-UX and
 Darwin. You should use ``LOADABLE_MODULE`` for any shared library that you
 intend to be loaded into an tool via the ``-load`` option.  `Pass documentation
-<writing-an-llvm-pass-makefile>`_ has an example of why you might want to do
-this.
+<WritingAnLLVMPass.html#setting-up-the-build-environment>`_ has an example of
+why you might want to do this.
 
 Loadable Modules
 ^^^^^^^^^^^^^^^^