Skip to content

Commit efd7caa

Browse files
committed
Fix broken sphinx link in CMake.rst.
Reviewers: delcypher, beanz Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69325
1 parent cf57be9 commit efd7caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CMake.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ LLVM-specific variables
519519
**SPHINX_EXECUTABLE**:STRING
520520
The path to the ``sphinx-build`` executable detected by CMake.
521521
For installation instructions, see
522-
http://www.sphinx-doc.org/en/latest/install.html
522+
http://www.sphinx-doc.org/en/latest/usage/installation.html
523523

524524
**SPHINX_OUTPUT_HTML**:BOOL
525525
If enabled (and ``LLVM_ENABLE_SPHINX`` is enabled) then the targets for

0 commit comments

Comments
 (0)