Link to help.osm.org instead of github issues. Fixes #1080

This commit is contained in:
Tom MacWright
2013-03-19 12:25:18 -04:00
parent 8f5cbca731
commit 7b4038b2e9
+1 -1
View File
@@ -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')