From 6283463d882d68fd0a362bd39ee45e25d4890248 Mon Sep 17 00:00:00 2001 From: Will Ngo Date: Thu, 18 May 2017 14:31:27 -0700 Subject: [PATCH] :bug: Fix Report Issue link to CONTRIBUTING.md --- src/main-process/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-process/atom-application.coffee b/src/main-process/atom-application.coffee index 3a8ae12c0..d4aa0c8d9 100644 --- a/src/main-process/atom-application.coffee +++ b/src/main-process/atom-application.coffee @@ -237,7 +237,7 @@ class AtomApplication @on 'application:open-discussions', -> shell.openExternal('https://discuss.atom.io') @on 'application:open-faq', -> shell.openExternal('https://atom.io/faq') @on 'application:open-terms-of-use', -> shell.openExternal('https://atom.io/terms') - @on 'application:report-issue', -> shell.openExternal('https://github.com/atom/atom/blob/master/CONTRIBUTING.md#submitting-issues') + @on 'application:report-issue', -> shell.openExternal('https://github.com/atom/atom/blob/master/CONTRIBUTING.md#reporting-bugs') @on 'application:search-issues', -> shell.openExternal('https://github.com/search?q=+is%3Aissue+user%3Aatom') @on 'application:install-update', =>