Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhanayikVBC committed Aug 26, 2024
1 parent 26c5450 commit 524e0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function main() {
nv1.setInterpolation(!smoothCheck.checked)
}*/
aboutBtn.onclick = function () {
const url = "https://github.com/neurolabusc/niivue-brainchop";
const url = "https://github.com/niivue/brain2print";
window.open(url, '_blank');
}
/*diagnosticsBtn.onclick = function () {
Expand Down

0 comments on commit 524e0a7

Please sign in to comment.