From 334a6a2467d5f5073b30fd3dca1139d5d954db1a Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:00:21 +0200 Subject: [PATCH] DOC: update Binder links --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2786887..32eb748 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ }, { "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", },