diff --git a/webapp/src/components/FirmwareInfo.vue b/webapp/src/components/FirmwareInfo.vue index afc03cfda..2e3b90a78 100644 --- a/webapp/src/components/FirmwareInfo.vue +++ b/webapp/src/components/FirmwareInfo.vue @@ -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; } }, }); diff --git a/webapp/src/views/SystemInfoView.vue b/webapp/src/views/SystemInfoView.vue index fb73170a7..ba36ec368 100644 --- a/webapp/src/views/SystemInfoView.vue +++ b/webapp/src/views/SystemInfoView.vue @@ -60,7 +60,7 @@ export default defineComponent({ this.systemDataList.git_is_hash = true; } - const fetchUrl = "https://api.github.com/repos/tbnobody/OpenDTU/compare/" + const fetchUrl = "https://api.github.com/repos/helgeerbe/OpenDTU-OnBattery/compare/" + this.systemDataList.git_hash + "...HEAD"; fetch(fetchUrl) diff --git a/webapp_dist/js/app.js.gz b/webapp_dist/js/app.js.gz index 1fe8a0b1e..26630be93 100644 Binary files a/webapp_dist/js/app.js.gz and b/webapp_dist/js/app.js.gz differ