From 24df466ffd8bf05fefc5d97e56e6fefb1e0ee65f Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 3 Mar 2026 09:31:08 +0100 Subject: [PATCH] Update source url --- frontend/src/main.ts | 2 +- frontend/static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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