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

Commit fc9d8f6

Browse files
authored
Merge pull request #418 from learn-co/help-center
Bump Atom to include latest patch & update help center urls
2 parents ba55dc9 + 843c1f8 commit fc9d8f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/learn-ide.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ updater = require './updater'
1515
version = require './version'
1616
{name} = require '../package.json'
1717

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

2020
module.exports =
2121
token: require('./token')

lib/updater.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fetch = require './fetch'
88
localStorage = require './local-storage'
99
{name} = require '../package.json'
1010

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

1414
module.exports =

lib/windows.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
if (fs.existsSync(installLocationX86) || fs.existsSync(installLocation))
1616
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.")
17-
shell.openExternal('https://theflatironschool.zendesk.com/hc/en-us/articles/235711268')
17+
shell.openExternal('https://learn.co/ide/two-windows-apps')
1818

1919
v1InitFile = path.join((atom.getConfigDirPath() || ''), 'ide-init.coffee')
2020
if fs.existsSync(v1InitFile)

lib/windows_code.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
if (fs.existsSync(installLocationX86) || fs.existsSync(installLocation))
1616
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.")
17-
shell.openExternal('https://theflatironschool.zendesk.com/hc/en-us/articles/235711268')
17+
shell.openExternal('https://learn.co/ide/two-windows-apps')
1818

1919
v1InitFile = path.join((atom.getConfigDirPath() || ''), 'ide-init.coffee')
2020
if fs.existsSync(v1InitFile)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "learn-ide",
33
"version": "2.4.0",
4-
"atomVersion": "1.14.2",
4+
"atomVersion": "1.14.3",
55
"main": "./lib/learn-ide",
66
"urlMain": "./lib/url-handler",
77
"description": "An integrated development environment for Learn.co",

0 commit comments

Comments
 (0)