[llvm] ed95f7c - Fix broken link for Sphinx installation

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 05:28:08 PDT 2020


Author: Guillaume Chatelet
Date: 2020-09-10T12:27:49Z
New Revision: ed95f7c7ce183564ed2266903fe605106f069beb

URL: https://github.com/llvm/llvm-project/commit/ed95f7c7ce183564ed2266903fe605106f069beb
DIFF: https://github.com/llvm/llvm-project/commit/ed95f7c7ce183564ed2266903fe605106f069beb.diff

LOG: Fix broken link for Sphinx installation

Added: 
    

Modified: 
    llvm/docs/CMake.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 2972f1dec0e7..96994dbd8fda 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -552,7 +552,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/usage/installation.html
+  https://www.sphinx-doc.org/en/master/usage/installation.html
 
 **SPHINX_OUTPUT_HTML**:BOOL
   If enabled (and ``LLVM_ENABLE_SPHINX`` is enabled) then the targets for


        


More information about the llvm-commits mailing list