diff --git a/frontend/src/main.ts b/frontend/src/main.ts
index 82ec210..ae293b7 100644
--- a/frontend/src/main.ts
+++ b/frontend/src/main.ts
@@ -1252,7 +1252,7 @@ import { buildPopup as _buildPopup } from "./popup";
if (el) {
el.textContent = data.version;
if (link && /^[0-9a-f]{7,40}$/.test(data.version)) {
- link.href = "https://git.kida.io/marcus/DMRmap/commit/" + data.version;
+ link.href = "https://github.com/Bearologics/DMRmap/commit/" + data.version;
}
(el.closest(".app-version") as HTMLElement).style.display = "";
}
diff --git a/frontend/static/index.html b/frontend/static/index.html
index 635d718..7226d19 100644
--- a/frontend/static/index.html
+++ b/frontend/static/index.html
@@ -73,7 +73,7 @@
Routing by OSRM.
Map by OpenStreetMap.
Built by DA6KM.
- Impressum · Datenschutz · Source
+ Impressum · Datenschutz · Source