From 23fcd2dac64d37138f4f9ca6cbbe70749ac3130c Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Sun, 27 Sep 2020 12:41:31 +0200 Subject: [PATCH] Fixed links to deprecations (#1947) The docs currently link to localhost which breaks the links on the deployed version. This PR removes the prefix to fix the links. --- docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 4d4549722..fdd7ad30d 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]: http://localhost:8000/deprecations/#hero - [2]: http://localhost:8000/deprecations/#front-matter + [1]: deprecations/#hero + [2]: deprecations/#front-matter ### Changes to `mkdocs.yml`