diff options
author | Kit Barton <kbarton@ca.ibm.com> | 2019-10-22 14:45:28 -0700 |
---|---|---|
committer | Kit Barton <kbarton@ca.ibm.com> | 2019-10-22 14:49:58 -0700 |
commit | efd7caaa4ecc3283785a576993fe329222b0bda5 (patch) | |
tree | 5aa5324893f634b2ce398e855456259f43dd6812 | |
parent | cf57be9d3491aa77feb4cb0dc9a83acf31715513 (diff) | |
download | bcm5719-llvm-efd7caaa4ecc3283785a576993fe329222b0bda5.tar.gz bcm5719-llvm-efd7caaa4ecc3283785a576993fe329222b0bda5.zip |
Fix broken sphinx link in CMake.rst.
Reviewers: delcypher, beanz
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69325
-rw-r--r-- | llvm/docs/CMake.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 3fd3ee31307..ddc09ecf1db 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -519,7 +519,7 @@ LLVM-specific variables **SPHINX_EXECUTABLE**:STRING The path to the ``sphinx-build`` executable detected by CMake. For installation instructions, see - http://www.sphinx-doc.org/en/latest/install.html + http://www.sphinx-doc.org/en/latest/usage/installation.html **SPHINX_OUTPUT_HTML**:BOOL If enabled (and ``LLVM_ENABLE_SPHINX`` is enabled) then the targets for |