Skip to content

Commit e03a82f

Browse files
committed
binderhub_url expect root or binder instance
1 parent 6a0b925 commit e03a82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"use_issues_button": True,
5555
"use_edit_page_button": True,
5656
"launch_buttons": {
57-
"binderhub_url": "https://mybinder.org/v2/gh/scientific-python/executable-tutorials/HEAD?urlpath=%2Fdoc%2Ftree%2Ftutorials"
57+
"binderhub_url": "https://mybinder.org"
5858
},
5959
}

0 commit comments

Comments
 (0)