diff --git a/docs/setup/adding-a-comment-system.md b/docs/setup/adding-a-comment-system.md index cd20d35e0..66afd634a 100644 --- a/docs/setup/adding-a-comment-system.md +++ b/docs/setup/adding-a-comment-system.md @@ -92,6 +92,6 @@ In order to integrate another JavaScript-based comment system provider, you can {% endblock %} ``` - [8]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L343-L345 + [8]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L318-L321 [9]: ../customization.md#extending-the-theme [10]: ../customization.md#overriding-blocks diff --git a/docs/setup/adding-a-git-repository.md b/docs/setup/adding-a-git-repository.md index ad5a2e2f4..e6e4fa765 100644 --- a/docs/setup/adding-a-git-repository.md +++ b/docs/setup/adding-a-git-repository.md @@ -93,7 +93,7 @@ behavior can be changed by setting [`edit_uri`][9] in `mkdocs.yml`: edit_uri: "" ``` - [5]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L302-L311 + [5]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L285-L294 [6]: https://github.com/ [7]: https://about.gitlab.com/ [8]: https://bitbucket.org/ diff --git a/docs/setup/changing-the-fonts.md b/docs/setup/changing-the-fonts.md index 78267bea9..b697e1916 100644 --- a/docs/setup/changing-the-fonts.md +++ b/docs/setup/changing-the-fonts.md @@ -30,7 +30,7 @@ theme: The typeface will be loaded in 300, 400, _400i_ and __700__. - [2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L119-L143 + [2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L100-L125 [3]: https://fonts.google.com/specimen/Roboto ### Proportional font diff --git a/docs/setup/changing-the-language.md b/docs/setup/changing-the-language.md index 69a0fd4af..ea7280530 100644 --- a/docs/setup/changing-the-language.md +++ b/docs/setup/changing-the-language.md @@ -93,7 +93,7 @@ work properly. Material for MkDocs relies on [lunr-languages][4] to provide this functionality. See the guide detailing how to [set up site search][5] for more information. - [3]: https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/javascripts/integrations/search/worker/main/index.ts#L49-L69 + [3]: https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/javascripts/integrations/search/worker/main/index.ts#L90-L112 [4]: https://github.com/MihaiValentin/lunr-languages [5]: setting-up-site-search.md @@ -131,7 +131,7 @@ directionality: }) - [6]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L171 + [6]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L178 ## Customization diff --git a/docs/setup/changing-the-logo-and-icons.md b/docs/setup/changing-the-logo-and-icons.md index 739c16bb9..8501430c8 100644 --- a/docs/setup/changing-the-logo-and-icons.md +++ b/docs/setup/changing-the-logo-and-icons.md @@ -53,7 +53,7 @@ theme: favicon: images/favicon.png ``` - [4]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L74 + [4]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L53-L54 ### Icons diff --git a/docs/setup/setting-up-site-search.md b/docs/setup/setting-up-site-search.md index 56427733b..436b48d38 100644 --- a/docs/setup/setting-up-site-search.md +++ b/docs/setup/setting-up-site-search.md @@ -171,7 +171,7 @@ combination with @squidfunk's [iframe-worker][13] polyfill. For setup instructions, refer to the [official documentation][14]. - [11]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L381-L393 + [11]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L360-L372 [12]: https://github.com/wilhelmer/mkdocs-localsearch/ [13]: https://github.com/squidfunk/iframe-worker [14]: https://github.com/wilhelmer/mkdocs-localsearch#installation-material-v5