Skip to content

Commit

Permalink
Build fix (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketankartoza authored Jan 6, 2025
1 parent a1a48b0 commit 9b01d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uuid_redirects_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def on_page_content(html, page, config, files):
context_id = page.meta.get("context_id")
key = f"{context_id}.md"
if key in redirects:
log_context_id_warning(page.meta.context_id, page.file.src_path, redirects[key])
log_context_id_warning(context_id, page.file.src_path, redirects[key])
redirects[key] = page.file.src_path

for item in page.toc.items:
Expand Down

0 comments on commit 9b01d6d

Please sign in to comment.