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

@@ -88,7 +88,7 @@
</div>
{% endif %}
powered by
<a href="http://www.mkdocs.org">MkDocs</a>
<a href="https://www.mkdocs.org">MkDocs</a>
and
<a href="https://squidfunk.github.io/mkdocs-material/">
Material for MkDocs</a>