chore: update repo links

This commit is contained in:
Insert5StarName 2023-12-09 03:01:42 +01:00
parent 97a66d1da3
commit 702fc6b6f7
No known key found for this signature in database
GPG key ID: 6774DD916755B090
7 changed files with 11 additions and 11 deletions

View file

@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
const whatIsNew = () => {
modal.value.close();
window.open(`https://github.com/transfem-org/Sharkey/releases/tag/${version}`, '_blank');
window.open(`https://git.joinsharkey.org/Sharkey/Sharkey/releases/tag/${version}`, '_blank');
};
onMounted(() => {