diff --git a/docs/user-guide/writing-your-docs.md b/docs/user-guide/writing-your-docs.md index 12f24667..4697abd5 100644 --- a/docs/user-guide/writing-your-docs.md +++ b/docs/user-guide/writing-your-docs.md @@ -459,8 +459,8 @@ detected, but the content between the delimiters is not valid YAML meta-data, MkDocs does not attempt to parse the content as MultiMarkdown style meta-data. -[YAML]: http://yaml.org -[MultiMarkdown]: http://fletcherpenney.net/MultiMarkdown_Syntax_Guide#metadata +[YAML]: https://yaml.org +[MultiMarkdown]: https://fletcherpenney.net/MultiMarkdown_Syntax_Guide#metadata [nav]: configuration.md#nav ### Tables diff --git a/mkdocs/commands/gh_deploy.py b/mkdocs/commands/gh_deploy.py index d107a794..a2394562 100644 --- a/mkdocs/commands/gh_deploy.py +++ b/mkdocs/commands/gh_deploy.py @@ -147,7 +147,7 @@ def gh_deploy( cname_host = f.read().strip() log.info( f'Based on your CNAME file, your documentation should be ' - f'available shortly at: http://{cname_host}' + f'available shortly at: https://{cname_host}' ) log.info( 'NOTE: Your DNS records must be configured appropriately for your CNAME URL to work.'