[PATCH] D69325: Fix broken sphinx link in CMake.rst.

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 14:50:14 PDT 2019


kbarton created this revision.
kbarton added reviewers: delcypher, beanz.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.

LGTM


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69325

Files:
  llvm/docs/CMake.rst


Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -519,7 +519,7 @@
 **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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69325.226088.patch
Type: text/x-patch
Size: 518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191022/196618cb/attachment.bin>


More information about the llvm-commits mailing list