From e5b5d072294ef11f04a494ecac83f917195d5a80 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Fri, 10 Apr 2020 20:35:15 +0200 Subject: [PATCH] Fixed links to features in upgrade to 5.x (#1584) From (bad link): https://squidfunk.github.io/getting-started/#tabs To: https://squidfunk.github.io/mkdocs-material/getting-started/#tabs --- docs/releases/5.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases/5.md b/docs/releases/5.md index b47aaed56..720ff5c51 100644 --- a/docs/releases/5.md +++ b/docs/releases/5.md @@ -54,8 +54,8 @@ flags and can be enabled by listing them in `mkdocs.yml` under `theme.features`: tabs: true ``` - [4]: ../../../getting-started/#tabs - [5]: ../../../getting-started/#instant-loading + [4]: ../../getting-started/#tabs + [5]: ../../getting-started/#instant-loading #### `theme.logo.icon` @@ -70,7 +70,7 @@ be set to any of the [icons bundled with the theme][6]: logo: material/cloud ``` - [6]: ../../../getting-started/#icons + [6]: ../../getting-started/#icons === "4.x" @@ -127,7 +127,7 @@ was renamed to `separator`: tokenizer: [\s\-\.]+ ``` - [7]: ../../../plugins/search/#configuration + [7]: ../../plugins/search/#configuration #### `extra.social.*`