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.
This commit is contained in:
Lukas Geiger
2020-09-27 12:41:31 +02:00
committed by GitHub
parent 674ab5ad3d
commit 23fcd2dac6

View File

@@ -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`