Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 778e71b

Browse files
authored
updating yet another constant file for the TCO URL...
1 parent bea9988 commit 778e71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constants.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configEnvConstants = (ENV) ->
3030
SWIFT_PROGRAM_URL : 'apple.topcoder-dev.com'
3131
TCO16_URL : 'http://tco16.topcoder-dev.com'
3232
TCO17_URL : 'http://tco17.topcoder-dev.com'
33-
TCO_HELP_URL : 'https://help.topcoder.com/hc/en-us/articles/222805207'
33+
TCO_HOME_URL : 'https://help.topcoder.com/hc/en-us/articles/222805207'
3434

3535
ACCOUNTS_APP_URL : 'https://accounts.topcoder-dev.com/#/member'
3636
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder-dev.com/connector.html'
@@ -67,7 +67,7 @@ configEnvConstants = (ENV) ->
6767
SWIFT_PROGRAM_URL : 'apple.topcoder-qa.com',
6868
TCO16_URL : 'http://tco16.topcoder-qa.com'
6969
TCO17_URL : 'http://tco17.topcoder-qa.com'
70-
TCO_HELP_URL : 'https://help.topcoder.com/hc/en-us/articles/222805207'
70+
TCO_HOME_URL : 'https://help.topcoder.com/hc/en-us/articles/222805207'
7171

7272
ACCOUNTS_APP_URL : 'https://accounts.topcoder-qa.com/#/member'
7373
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder-qa.com/connector.html'
@@ -105,7 +105,7 @@ configEnvConstants = (ENV) ->
105105
SWIFT_PROGRAM_URL : 'apple.topcoder.com',
106106
TCO16_URL : 'http://tco16.topcoder.com'
107107
TCO17_URL : 'http://tco17.topcoder.com'
108-
TCO_HELP_URL : 'https://help.topcoder.com/hc/en-us/articles/222805207'
108+
TCO_HOME_URL : 'https://help.topcoder.com/hc/en-us/articles/222805207'
109109

110110
ACCOUNTS_APP_URL : 'https://accounts.topcoder.com/#/member'
111111
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder.com/connector.html'

0 commit comments

Comments
 (0)