Merge pull request #12585 from aqchin/master

Change Help->Documentation url from https to http (Fix #12583)
This commit is contained in:
Lee Dohm
2016-09-01 18:38:45 -07:00
committed by GitHub

View File

@@ -200,7 +200,7 @@ class AtomApplication
atomWindow ?= @focusedWindow()
atomWindow?.browserWindow.inspectElement(x, y)
@on 'application:open-documentation', -> shell.openExternal('https://flight-manual.atom.io/')
@on 'application:open-documentation', -> shell.openExternal('http://flight-manual.atom.io/')
@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')