update osmcha url

This commit is contained in:
Wille Marcel
2020-04-29 18:58:13 -03:00
parent cfeab996a4
commit c12b846328
+1 -1
View File
@@ -84,7 +84,7 @@ export function uiPanelHistory(context) {
links
.append('a')
.attr('class', 'changeset-osmcha-link')
.attr('href', 'https://osmcha.mapbox.com/changesets/' + changeset)
.attr('href', 'https://osmcha.org/changesets/' + changeset)
.attr('target', '_blank')
.attr('tabindex', -1)
.text('OSMCha');