Skip to content

Commit d144a1c

Browse files
committed
neglected to check in built version of shortcodes.py
1 parent 0c498b4 commit d144a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

material/overrides/hooks/shortcodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _badge_for_version(text: str, page: Page, files: Files):
145145
# Create badge for version of Insiders
146146
def _badge_for_version_insiders(text: str, page: Page, files: Files):
147147
spec = text.replace("insiders-", "")
148-
path = f"insiders/changelog.md#{spec}"
148+
path = f"insiders/changelog/index.md#{spec}"
149149

150150
# Return badge
151151
icon = "material-tag-heart-outline"

0 commit comments

Comments
 (0)