@@ -297,9 +297,9 @@ assigned to the [site_url] configuration setting. The value includes any
297
297
subdirectory included in the `site_url`, but not the domain. [base_url] should
298
298
not be used with this variable.
299
299
300
- For example, if `site_url : http ://example.com/`, then the value of
300
+ For example, if `site_url : https ://example.com/`, then the value of
301
301
` page.abs_url` for the page `foo.md` would be `/foo/`. However, if
302
- `site_url : http ://example.com/bar/`, then the value of `page.abs_url` for the
302
+ `site_url : https ://example.com/bar/`, then the value of `page.abs_url` for the
303
303
page `foo.md` would be `/bar/foo/`.
304
304
305
305
[site_url] : ./configuration.md#site_url
@@ -484,7 +484,7 @@ extra:
484
484
links:
485
485
- https://github.com/mkdocs
486
486
- https://docs.readthedocs.org/en/latest/builds.html#mkdocs
487
- - http ://www.mkdocs.org/
487
+ - https ://www.mkdocs.org/
488
488
` ` `
489
489
490
490
And then displayed with this HTML in the custom theme.
@@ -636,7 +636,7 @@ index when it is available. The `index` object was new in MkDocs version *1.0*.
636
636
[Jinja2 template] : http://jinja.pocoo.org/docs/dev/
637
637
[built-in themes] : https://github.com/mkdocs/mkdocs/tree/master/mkdocs/themes
638
638
[theme's configuration file] : # theme-configuration
639
- [lunr.js] : http ://lunrjs.com/
639
+ [lunr.js] : https ://lunrjs.com/
640
640
[site_dir] : configuration.md#site_dir
641
641
[prebuild_index] : configuration.md#prebuild_index
642
642
@@ -660,8 +660,8 @@ Bootswatch theme].
660
660
their needs.
661
661
662
662
[Python packaging] : https://packaging.python.org/en/latest/
663
- [MkDocs Bootstrap theme] : http ://mkdocs.github.io/mkdocs-bootstrap/
664
- [MkDocs Bootswatch theme] : http ://mkdocs.github.io/mkdocs-bootswatch/
663
+ [MkDocs Bootstrap theme] : https ://mkdocs.github.io/mkdocs-bootstrap/
664
+ [MkDocs Bootswatch theme] : https ://mkdocs.github.io/mkdocs-bootswatch/
665
665
666
666
# ## Package Layout
667
667
0 commit comments