Skip to content

Commit

Permalink
Merge pull request #1 from arokem/gh-pages
Browse files Browse the repository at this point in the history
Fixes binder url.
  • Loading branch information
arokem committed Jan 9, 2018
2 parents 83dd17b + 8b79fe9 commit 6a54c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/save-settings.js
Expand Up @@ -236,7 +236,7 @@ var setupBinderURL = function () {
var repo = uri.directory();

// Construct binder URL and set the button's href
var binderUrl = 'https://mybinder.org/v2/gh/' + user + '/' + repo + '/gh-pages?filepath=index.ipynb';
var binderUrl = 'https://mybinder.org/v2/gh/' + user + repo + '/gh-pages?filepath=index.ipynb';
$("#launch-binder").attr("href", binderUrl);
return false;
}
Expand Down

0 comments on commit 6a54c98

Please sign in to comment.