Skip to content

Commit

Permalink
Update mkdocs_hooks.py (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas authored Nov 30, 2024
1 parent 5f449f0 commit 6660fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_klipper3d/mkdocs_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def transform(markdown: str, page, config, files):
) % 2
if not in_code_block:
line_out = line_out.replace(
"](../", f"]({config['repo_url']}blob/master/"
"](../", f"]({config['repo_url']}/blob/master/"
)
line_out = re.sub("\\\s*$", "<br>", line_out)
# check that lists at level 0 are not indented
Expand Down

0 comments on commit 6660fb3

Please sign in to comment.