Fix changeset URL

This commit is contained in:
Bryan Housel
2017-07-04 01:26:47 -04:00
parent f72d5cb988
commit fd399de9d7

View File

@@ -72,7 +72,7 @@ export function uiPanelHistory(context) {
links
.append('a')
.attr('class', 'changeset-osm-link')
.attr('href', context.connection().userURL(entity.changeset))
.attr('href', context.connection().changesetURL(entity.changeset))
.attr('target', '_blank')
.attr('tabindex', -1)
.text('OSM');