Skip to content

Commit

Permalink
fix: change url for firmware info to
Browse files Browse the repository at this point in the history
openDTU-onbattery
  • Loading branch information
helgeerbe committed Apr 27, 2023
1 parent cc32e39 commit dfa0a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/FirmwareInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ 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/helgeerbe/OpenDTU-OnBattery/commits/' + this.systemStatus.git_hash;
}
return 'https://github.com/tbnobody/OpenDTU/releases/tag/' + this.systemStatus.git_hash;
return 'https://github.com/helgeerbe/OpenDTU-OnBattery/releases/tag/' + this.systemStatus.git_hash;
}
},
});
Expand Down

0 comments on commit dfa0a1c

Please sign in to comment.