[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:21 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGefd7caaa4ecc: Fix broken sphinx link in CMake.rst. (authored by kbarton).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69325/new/

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.226089.patch
Type: text/x-patch
Size: 518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191022/15f4f04d/attachment.bin>


More information about the llvm-commits mailing list