Skip to content

Commit

Permalink
point binder URL to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Sep 30, 2023
1 parent 89ef8a5 commit 067d2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_catalog/catalog/assets/app_component_dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const datasetView = () =>
},
openWithBinder(dataset_url) {
const environment_url =
"https://mybinder.org/v2/gh/datalad/datalad-binder/parameter-test";
"https://mybinder.org/v2/gh/datalad/datalad-binder/main";
const content_url = "https://github.com/jsheunis/datalad-notebooks";
const content_repo_name = "datalad-notebooks";
const notebook_name = "download_data_with_datalad_python.ipynb";
Expand Down

0 comments on commit 067d2bf

Please sign in to comment.