From 32d8d51d58cc8509c67a45acfd97045bea5bd715 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Sun, 27 Sep 2020 12:50:57 +0200 Subject: [PATCH] Fixed deprecations links (second try) (#1948) --- docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index fdd7ad30d..a47c3e828 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -30,8 +30,8 @@ pip show mkdocs-material * Removed hero partial in favor of [custom implementation][1] * Removed [deprecated front matter features][2] - [1]: deprecations/#hero - [2]: deprecations/#front-matter + [1]: deprecations.md/#hero + [2]: deprecations.md/#front-matter ### Changes to `mkdocs.yml`