From fb63588ac550d250737cb484a74eab0ab648d451 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 17 Jan 2024 11:25:47 +0100 Subject: [PATCH] chore: use https://umap-project.org link in map footer --- umap/static/umap/js/umap.controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index f4bdead3..0b0817b2 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -1192,7 +1192,7 @@ L.U.AttributionControl = L.Control.Attribution.extend({ '', container, ` — ${L._('Powered by uMap')}`, - 'https://github.com/umap-project/umap/' + 'https://umap-project.org/' ) } L.DomUtil.createLink('attribution-toggle', this._container, '')