Use repository URL in crashed message

Now that the repository is public, issues there are better than
emailing the help address.
This commit is contained in:
Kevin Sawicki
2014-07-15 06:25:53 -07:00
parent 844186f5fc
commit 0357872558

View File

@@ -105,7 +105,7 @@ class AtomWindow
type: 'warning'
buttons: ['Close Window', 'Reload', 'Keep It Open']
message: 'The editor has crashed'
detail: 'Please report this issue to atom@github.com'
detail: 'Please report this issue to https://github.com/atom/atom'
switch chosen
when 0 then @browserWindow.destroy()
when 1 then @browserWindow.restart()