aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/tools/dump_ast_matchers.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/tools/dump_ast_matchers.py')
-rwxr-xr-xclang/docs/tools/dump_ast_matchers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/dump_ast_matchers.py b/clang/docs/tools/dump_ast_matchers.py
index a8958fade372..792f911e689a 100755
--- a/clang/docs/tools/dump_ast_matchers.py
+++ b/clang/docs/tools/dump_ast_matchers.py
@@ -38,7 +38,7 @@ def esc(text):
text = re.sub(r'>', '>', text)
def link_if_exists(m):
name = m.group(1)
- url = 'http://clang.llvm.org/doxygen/classclang_1_1%s.html' % name
+ url = 'https://clang.llvm.org/doxygen/classclang_1_1%s.html' % name
if url not in doxygen_probes:
try:
print 'Probing %s...' % url