aboutsummaryrefslogtreecommitdiff
path: root/docs/CrossCompilation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CrossCompilation.rst')
-rw-r--r--docs/CrossCompilation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst
index 5e1253ddf853..932e0525366e 100644
--- a/docs/CrossCompilation.rst
+++ b/docs/CrossCompilation.rst
@@ -15,7 +15,7 @@ build system or Makefiles, nor choosing the right CMake options, etc.
Also, it does not cover all the possible options, nor does it contain
specific examples for specific architectures. For a concrete example, the
`instructions for cross-compiling LLVM itself
-<http://llvm.org/docs/HowToCrossCompileLLVM.html>`_ may be of interest.
+<https://llvm.org/docs/HowToCrossCompileLLVM.html>`_ may be of interest.
After reading this document, you should be familiar with the main issues
related to cross-compilation, and what main compiler options Clang provides