diff --git a/docs/conf.py b/docs/conf.py index 91a928a..93bacdb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,7 @@ def install_ijulia() -> None: REPO_NAME = "report" REPO_TITLE = "ComPWA Organization" -BINDER_LINK = ( - f"https://mybinder.org/v2/gh/ComPWA/{REPO_NAME}/{BRANCH}?filepath=docs/usage" -) +BINDER_LINK = f"https://mybinder.org/v2/gh/ComPWA/{REPO_NAME}/{BRANCH}?urlpath=lab" autosectionlabel_prefix_document = True bibtex_bibfiles = ["bibliography.bib"] @@ -156,7 +154,7 @@ def install_ijulia() -> None: }, { "name": "Launch on Binder", - "url": f"https://mybinder.org/v2/gh/{ORGANIZATION}/{REPO_NAME}/{BRANCH}?filepath=docs", + "url": f"https://mybinder.org/v2/gh/{ORGANIZATION}/{REPO_NAME}/{BRANCH}?urlpath=lab", "icon": "https://mybinder.readthedocs.io/en/latest/_static/favicon.png", "type": "url", },