Skip to content

Commit 20405a2

Browse files
committed
test new gitpuller button
1 parent bb3fc8e commit 20405a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/_static/custom_launch_button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ window.addEventListener("DOMContentLoaded", () => {
4848
if (baseUrl.startsWith("https://")) {
4949
const repo = encodeURIComponent("https://github.com/eWaterCycle/getting-started");
5050
const branch = "main";
51-
const notebookPath = "book/intro.md"; // Change to your desired notebook
51+
const notebookPath = "getting-started/book/intro.md"; // Change to your desired notebook
5252

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

0 commit comments

Comments
 (0)