ci: 🚀 switch to gitea
Dev / release (pull_request) Has been skipped
Dev / Deploy to Kubernetes (pull_request) Has been skipped

This commit is contained in:
2026-01-08 15:42:13 +00:00
parent c1b0a7084b
commit ca7c5f77a4
15 changed files with 110 additions and 363 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ document.addEventListener('DOMContentLoaded', function() {
latestVersionEl.textContent = 'v' + data.latest_version;
// Set compare link (current version to latest version)
compareLink.href = `https://github.com/JDB-NET/ipam/compare/v${data.current_version}...v${data.latest_version}`;
compareLink.href = `https://git.jdbnet.co.uk/jamie/ipam/compare/v${data.current_version}...v${data.latest_version}`;
// Show toast
toast.classList.remove('hidden');