Skip to content

Commit

Permalink
update links and messages to https (#3192)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ultrabug and oprypin committed Apr 24, 2023
1 parent 1f1bfad commit e6189fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/writing-your-docs.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/commands/gh_deploy.py
Expand Up @@ -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.'
Expand Down

0 comments on commit e6189fd

Please sign in to comment.