manpages: Update the URL for https

llvm-svn: 350077
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
index 91c8656..254f334 100644
--- a/llvm/docs/conf.py
+++ b/llvm/docs/conf.py
@@ -219,7 +219,7 @@
 # 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):