Fixed: Changed links to mkdocs.org to HTTPS

To prevent the unnecessary HTTP 301 (and reduce the redirects noise
when running the W3C link checker tool against generated pages).

Also fixes the anchor fragment for `#using-the-theme-custom_dir`.
This commit is contained in:
Ed Morley
2018-06-10 14:30:26 +01:00
committed by Martin Donath
parent 73f215928b
commit ca773de86c
6 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ pip install mkdocs && mkdocs --version
Material requires MkDocs >= 0.17.1.
[1]: http://www.mkdocs.org
[1]: https://www.mkdocs.org
### Installing Material
@@ -537,7 +537,7 @@ set explicitly by setting `extra.repo_icon` to `github`, `gitlab` or
guidance regarding the `edit_uri` attribute, which defines whether the edit
button is shown or not.
[19]: http://www.mkdocs.org/user-guide/configuration/#edit_uri
[19]: https://www.mkdocs.org/user-guide/configuration/#edit_uri
### Adding social links
@@ -636,7 +636,7 @@ Material theme including more information regarding installation and usage:
* [Permalinks][29]
* [PyMdown Extensions][30]
[24]: http://www.mkdocs.org/user-guide/writing-your-docs/#markdown-extensions
[24]: https://www.mkdocs.org/user-guide/writing-your-docs/#markdown-extensions
[25]: extensions/admonition.md
[26]: extensions/codehilite.md
[27]: extensions/footnotes.md