We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ef6a1 commit 35a9a95Copy full SHA for 35a9a95
docs/index.html
@@ -160,7 +160,7 @@ <h2 class="section-title">${config.title}</h2>
160
// Remove leading './' or 'docs/' for GitHub path
161
let githubPath = href.replace(/^\.\/?|^docs\//, '');
162
// Compose GitHub repo path (assume main branch)
163
- const githubBase = 'raghavbali/mastering_llms_workshop_dhs2025/main/';
+ const githubBase = 'raghavbali/mastering_llms_workshop/main/';
164
// nbsanity
165
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>`;
166
// nbviewer
0 commit comments