From fe7bfa21731abb53d5b16504955d04555b2001c8 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 12 Dec 2019 15:39:24 +0900 Subject: [PATCH] Fixed URL on revision-date.md (#1381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently the first link doesn’t work because they are both referencing [1] --- docs/extensions/revision-date.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extensions/revision-date.md b/docs/extensions/revision-date.md index f192bb3be..6ccc9df99 100644 --- a/docs/extensions/revision-date.md +++ b/docs/extensions/revision-date.md @@ -33,9 +33,9 @@ Last updated: 9 December, 2019 ### Changing the language The date is printed according to the locale which is determined through the -[theme language][1] that was set in `mkdocs.yml`. +[theme language][2] that was set in `mkdocs.yml`. - [1]: https://squidfunk.github.io/mkdocs-material/getting-started/#language + [2]: https://squidfunk.github.io/mkdocs-material/getting-started/#language ### Changing the format