From 7b4038b2e9b26f69f8f8c408212fbbdc90f999bb Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 19 Mar 2013 12:25:18 -0400 Subject: [PATCH] Link to help.osm.org instead of github issues. Fixes #1080 --- js/id/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui.js b/js/id/ui.js index 121de0ff7..b9e73fabd 100644 --- a/js/id/ui.js +++ b/js/id/ui.js @@ -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')