We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ff932 commit f9952f7Copy full SHA for f9952f7
mkdocs_macros.py
@@ -43,7 +43,7 @@ def add_binder_block(page):
43
filepath = f"{docs_dirs}/{page.file.src_path}"
44
binder_link = f"{BINDER_URL}/{repo_name}/{BRANCH}"
45
binder_link = f"{binder_link}?filepath={filepath}"
46
- download_link = f"{repo_url}blob/{BRANCH}/{filepath}"
+ download_link = f"{repo_url}/blob/{BRANCH}/{filepath}"
47
return BINDER_TEMPLATE.format(
48
binder_link=binder_link, download_link=download_link
49
)
0 commit comments