diff --git a/src/browser/atom-window.coffee b/src/browser/atom-window.coffee index 156db8f6e..e153a166a 100644 --- a/src/browser/atom-window.coffee +++ b/src/browser/atom-window.coffee @@ -104,7 +104,7 @@ class AtomWindow type: 'warning' buttons: ['Close Window', 'Reload', 'Keep It Open'] message: 'The editor has crashed' - detail: 'Please report this issue to https://github.com/atom/atom/issues' + detail: 'Please report this issue to atom@github.com' switch chosen when 0 then @browserWindow.destroy() when 1 then @browserWindow.restart()