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:
parent
674ab5ad3d
commit
23fcd2dac6
|
|
@ -30,8 +30,8 @@ pip show mkdocs-material
|
||||||
* Removed hero partial in favor of [custom implementation][1]
|
* Removed hero partial in favor of [custom implementation][1]
|
||||||
* Removed [deprecated front matter features][2]
|
* Removed [deprecated front matter features][2]
|
||||||
|
|
||||||
[1]: http://localhost:8000/deprecations/#hero
|
[1]: deprecations/#hero
|
||||||
[2]: http://localhost:8000/deprecations/#front-matter
|
[2]: deprecations/#front-matter
|
||||||
|
|
||||||
### Changes to `mkdocs.yml`
|
### Changes to `mkdocs.yml`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue