mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Change Help->Documentation url from https to http (Fix #12583)
The flight manual page does not have a secure connection, so navigating to the https link would result in a SSL_ERROR_BAD_CERT_DOMAIN error. It might be better to add a secure connection to the server rather than pulling this commit.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user