From ed95f7c7ce183564ed2266903fe605106f069beb Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Thu, 10 Sep 2020 12:01:18 +0000 Subject: [PATCH] Fix broken link for Sphinx installation --- llvm/docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 2972f1d..96994db 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 -- 2.7.4