Skip to content

Commit

Permalink
neglected to check in built version of shortcodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvoss committed Sep 28, 2023
1 parent 0c498b4 commit d144a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/overrides/hooks/shortcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d144a1c

Please sign in to comment.