summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-12-26 22:34:44 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-12-26 22:34:44 +0000
commit82f43aab216a6b3c3a3458d5422e1d25942b31a3 (patch)
tree62d69170e243fef9a83e78a70caacef4d38a6a96 /llvm
parentce1d50f9d77c3aeac239c5877b02a96bcc2828b9 (diff)
downloadbcm5719-llvm-82f43aab216a6b3c3a3458d5422e1d25942b31a3.tar.gz
bcm5719-llvm-82f43aab216a6b3c3a3458d5422e1d25942b31a3.zip
manpages: Update the URL for https
llvm-svn: 350077
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
index 91c86569d8d..254f334c013 100644
--- a/llvm/docs/conf.py
+++ b/llvm/docs/conf.py
@@ -219,7 +219,7 @@ man_pages = []
# Automatically derive the list of man pages from the contents of the command
# guide subdirectory.
basedir = os.path.dirname(__file__)
-man_page_authors = "Maintained by The LLVM Team (http://llvm.org/)."
+man_page_authors = "Maintained by the LLVM Team (https://llvm.org/)."
command_guide_subpath = 'CommandGuide'
command_guide_path = os.path.join(basedir, command_guide_subpath)
for name in os.listdir(command_guide_path):
OpenPOWER on IntegriCloud