spack docs: http -> https (#18573)

This commit is contained in:
Adam J. Stewart 2020-09-08 13:19:20 -05:00 committed by GitHub
parent 7205a75427
commit 94e694b19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ def add_subcommand_group(title, commands):
spack help --all list all commands and options
spack help <command> help on a specific command
spack help --spec help on the package specification syntax
spack docs open http://spack.rtfd.io/ in a browser
spack docs open https://spack.rtfd.io/ in a browser
""".format(help=section_descriptions['help']))
# determine help from format above