From da2b9202c180d8e1a81ac78a90cc39671cfc1d5d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 26 Dec 2018 22:34:44 +0000 Subject: [PATCH] manpages: Update the URL for https llvm-svn: 350077 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 91c86569d8d..254f334c013 100644 --- a/docs/conf.py +++ b/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):