diff --git a/docs/setup/setting-up-a-blog.md b/docs/setup/setting-up-a-blog.md index cece1c2bb..2590b969d 100644 --- a/docs/setup/setting-up-a-blog.md +++ b/docs/setup/setting-up-a-blog.md @@ -661,5 +661,5 @@ The following templates are added by the [built-in blog plugin]: [theme extension]: ../customization.md#extending-the-theme - [blog.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/blog.html - [blog-post.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/blog-post.htmlhtml + [blog.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/blog.html + [blog-post.html]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/blog-post.html