mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
update links and messages to https (#3192)
* docs(guides): update links to use https with newer urls * docs(gh_deploy): update user CNAME message to use https --------- Co-authored-by: Oleh Prypin <oleh@pryp.in>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user