From 6ab9a7cd71d57d61aa62fac5c724f6e1677cbe06 Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Thu, 11 Jul 2024 15:55:18 -0400 Subject: [PATCH] fix binder link --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8568b96..92b57aa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ "icon_links": [ { "name": "Binder", - "url": "https://binder.flatironinstitute.org/~wbroderick/cshl2024", + "url": "https://binder.flatironinstitute.org/v2/user/wbroderick/cshl2024?filepath=introduction-stripped.ipynb", "type": "url", "icon": "https://mybinder.org/badge_logo.svg", },