Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #418 from learn-co/help-center
Browse files Browse the repository at this point in the history
Bump Atom to include latest patch & update help center urls
  • Loading branch information
drewprice authored Mar 1, 2017
2 parents ba55dc9 + 843c1f8 commit fc9d8f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/learn-ide.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updater = require './updater'
version = require './version'
{name} = require '../package.json'

ABOUT_URL = 'https://help.learn.co/hc/en-us/categories/204144547-The-Learn-IDE'
ABOUT_URL = "#{config.learnCo}/ide/about"

module.exports =
token: require('./token')
Expand Down
2 changes: 1 addition & 1 deletion lib/updater.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fetch = require './fetch'
localStorage = require './local-storage'
{name} = require '../package.json'

HELP_CENTER_URL = 'https://help.learn.co/hc/en-us/sections/206572387-Common-IDE-Questions'
HELP_CENTER_URL = "#{learnCo}/ide/faq"
LATEST_VERSION_URL = "#{learnCo}/api/v1/learn_ide/latest_version"

module.exports =
Expand Down
2 changes: 1 addition & 1 deletion lib/windows.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if (fs.existsSync(installLocationX86) || fs.existsSync(installLocation))
alert("You appear to have two versions of the Learn IDE installed. This happens when upgrading from v1.9 to v2 on Windows. Please uninstall v1.9 by following the instructions in the help article that opens when you close this alert.")
shell.openExternal('https://theflatironschool.zendesk.com/hc/en-us/articles/235711268')
shell.openExternal('https://learn.co/ide/two-windows-apps')

v1InitFile = path.join((atom.getConfigDirPath() || ''), 'ide-init.coffee')
if fs.existsSync(v1InitFile)
Expand Down
2 changes: 1 addition & 1 deletion lib/windows_code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if (fs.existsSync(installLocationX86) || fs.existsSync(installLocation))
alert("You appear to have two versions of the Learn IDE installed. This happens when upgrading from v1.9 to v2 on Windows. Please uninstall v1.9 by following the instructions in the help article that opens when you close this alert.")
shell.openExternal('https://theflatironschool.zendesk.com/hc/en-us/articles/235711268')
shell.openExternal('https://learn.co/ide/two-windows-apps')

v1InitFile = path.join((atom.getConfigDirPath() || ''), 'ide-init.coffee')
if fs.existsSync(v1InitFile)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "learn-ide",
"version": "2.4.0",
"atomVersion": "1.14.2",
"atomVersion": "1.14.3",
"main": "./lib/learn-ide",
"urlMain": "./lib/url-handler",
"description": "An integrated development environment for Learn.co",
Expand Down

0 comments on commit fc9d8f6

Please sign in to comment.