Skip to content

Commit 35a9a95

Browse files
committed
Fix github base object
1 parent 11ef6a1 commit 35a9a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2 class="section-title">${config.title}</h2>
160160
// Remove leading './' or 'docs/' for GitHub path
161161
let githubPath = href.replace(/^\.\/?|^docs\//, '');
162162
// Compose GitHub repo path (assume main branch)
163-
const githubBase = 'raghavbali/mastering_llms_workshop_dhs2025/main/';
163+
const githubBase = 'raghavbali/mastering_llms_workshop/main/';
164164
// nbsanity
165165
const nbsanity = `<a target="_blank" rel="noopener" href="https://nbsanity.com/view/github/${githubBase}${githubPath}"><img src='https://img.shields.io/badge/Open%20in-nbsanity-blue?logo=github' alt='Open in nbsanity' style='height:1em;vertical-align:middle;'/></a>`;
166166
// nbviewer

0 commit comments

Comments
 (0)