From: Sylvestre Ledru Date: Wed, 26 Dec 2018 22:34:44 +0000 (+0000) Subject: manpages: Update the URL for https X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c895ddf3acbc7211befc179efe1b99c7810fffb8;p=llvm manpages: Update the URL for https git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350077 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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):