Changed git hash link

This commit is contained in:
depilzma 2024-06-20 13:46:10 +02:00 committed by marco-pilz_ifm
parent 25f62d4681
commit fbaa49be31

View File

@ -122,10 +122,10 @@ export default defineComponent({
},
versionInfoUrl(): string {
if (this.systemStatus.git_is_hash) {
return 'https://github.com/tbnobody/OpenDTU/commits/' + this.systemStatus.git_hash;
return 'https://github.com/funghi999/OpenDTU-DUO-Fusion/commits/' + this.systemStatus.git_hash;
}
return 'https://github.com/funghi999/OpenDTU-DUO-Fusion/releases/tag/' + this.systemStatus.git_hash;
}
return 'https://github.com/tbnobody/OpenDTU/releases/tag/' + this.systemStatus.git_hash;
},
},
});
</script>