Merge pull request #1541 from umap-project/site-link
chore: use https://umap-project.org link in map footer
This commit is contained in:
commit
1fdd5bbb78
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ L.U.AttributionControl = L.Control.Attribution.extend({
|
||||||
'',
|
'',
|
||||||
container,
|
container,
|
||||||
` — ${L._('Powered by uMap')}`,
|
` — ${L._('Powered by uMap')}`,
|
||||||
'https://github.com/umap-project/umap/'
|
'https://umap-project.org/'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
L.DomUtil.createLink('attribution-toggle', this._container, '')
|
L.DomUtil.createLink('attribution-toggle', this._container, '')
|
||||||
|
|
Loading…
Reference in a new issue