Skip to content

Commit

Permalink
update Niivue-ify link
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Eckstein committed Feb 2, 2024
1 parent 8324488 commit 6c00801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niivue/src/components/HomeScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const HomeScreen = () => html`
for (let link of document.links) {
if (link.href.endsWith('.nii.gz') || link.href.endsWith('.nii')) {
link.style.color = '#5599dd';
link.href = 'https://korbinian90.github.io/niivue-vscode/?images=' + link.href;
link.href = 'https://niivue.github.io/niivue-vscode/?images=' + link.href;
}
}
})();"
Expand Down

0 comments on commit 6c00801

Please sign in to comment.