From d144a1c1f6fc2f727f814b96aa04015480da62f2 Mon Sep 17 00:00:00 2001 From: Alex Voss Date: Thu, 28 Sep 2023 17:37:31 +0200 Subject: [PATCH] neglected to check in built version of shortcodes.py --- material/overrides/hooks/shortcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/overrides/hooks/shortcodes.py b/material/overrides/hooks/shortcodes.py index 574652042..5b02e3cfe 100644 --- a/material/overrides/hooks/shortcodes.py +++ b/material/overrides/hooks/shortcodes.py @@ -145,7 +145,7 @@ def _badge_for_version(text: str, page: Page, files: Files): # Create badge for version of Insiders def _badge_for_version_insiders(text: str, page: Page, files: Files): spec = text.replace("insiders-", "") - path = f"insiders/changelog.md#{spec}" + path = f"insiders/changelog/index.md#{spec}" # Return badge icon = "material-tag-heart-outline"