1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

neglected to check in built version of shortcodes.py

This commit is contained in:
Alex Voss 2023-09-28 17:37:31 +02:00
parent 0c498b4345
commit d144a1c1f6

View File

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