summaryrefslogtreecommitdiff
path: root/docs/Tooling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Tooling.rst')
-rw-r--r--docs/Tooling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst
index 25ee21589022..141d4d8d8959 100644
--- a/docs/Tooling.rst
+++ b/docs/Tooling.rst
@@ -9,7 +9,7 @@ the different ways to write clang tools, and their pros and cons.
LibClang
--------
-`LibClang <http://clang.llvm.org/doxygen/group__CINDEX.html>`_ is a stable high
+`LibClang <https://clang.llvm.org/doxygen/group__CINDEX.html>`_ is a stable high
level C interface to clang. When in doubt LibClang is probably the interface
you want to use. Consider the other interfaces only when you have a good
reason not to use LibClang.