mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 23:47:59 +02:00
Link to help.osm.org instead of github issues. Fixes #1080
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ iD.ui = function(context) {
|
||||
.append('a')
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.attr('href', 'http://github.com/systemed/iD/issues')
|
||||
.attr('href', 'https://help.openstreetmap.org/questions/ask/')
|
||||
.text(t('report_a_bug'));
|
||||
|
||||
linkList.append('li')
|
||||
|
||||
Reference in New Issue
Block a user