aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/MakefileGuide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index e01ac9b..0724f34 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -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
^^^^^^^^^^^^^^^^