[llvm] r350077 - manpages: Update the URL for https

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 26 14:34:44 PST 2018


Author: sylvestre
Date: Wed Dec 26 14:34:44 2018
New Revision: 350077

URL: http://llvm.org/viewvc/llvm-project?rev=350077&view=rev
Log:
manpages: Update the URL for https

Modified:
    llvm/trunk/docs/conf.py

Modified: llvm/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/conf.py?rev=350077&r1=350076&r2=350077&view=diff
==============================================================================
--- llvm/trunk/docs/conf.py (original)
+++ llvm/trunk/docs/conf.py Wed Dec 26 14:34:44 2018
@@ -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):




More information about the llvm-commits mailing list