Skip to content

Commit f64cc54

Browse files
committed
bugfix
1 parent efad59b commit f64cc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/_static/custom_launch_button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ window.addEventListener("DOMContentLoaded", () => {
5151
const repo = encodeURIComponent("https://github.com/eWaterCycle/projects");
5252
const branch = "workshops";
5353
// const notebookPath = "getting-started/book/content/first_model_run/first_run.ipynb"; // Change to your desired notebook
54-
const notebookPath = "projects/book/tutorials_examples/7_Canada/1a_HBV.ipynb"; // Change to your desired notebook
54+
const notebookPath = "projects/book/tutorials_examples/7_Caravan/1a_HBV.ipynb"; // Change to your desired notebook
5555

5656
const nbgitpullerUrl = `${baseUrl}/hub/user-redirect/git-pull?repo=${repo}&branch=${branch}&urlpath=lab/tree/${notebookPath}`;
5757
window.open(nbgitpullerUrl, "_blank");

0 commit comments

Comments
 (0)