Skip to content

Commit 5767589

Browse files
committed
updated the branch for gitpuller
1 parent 81cd342 commit 5767589

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
@@ -47,7 +47,7 @@ window.addEventListener("DOMContentLoaded", () => {
4747

4848
if (baseUrl.startsWith("https://")) {
4949
const repo = encodeURIComponent("https://github.com/eWaterCycle/getting-started");
50-
const branch = "main";
50+
const branch = "development";
5151
const notebookPath = "getting-started/book/content/first_model_run/first_run.ipynb"; // Change to your desired notebook
5252

5353
const nbgitpullerUrl = `${baseUrl}/hub/user-redirect/git-pull?repo=${repo}&branch=${branch}&urlpath=lab/tree/${notebookPath}`;

0 commit comments

Comments
 (0)