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

Commit 757b63a

Browse files
authored
updating tco link
1 parent baafd4e commit 757b63a

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_HOME_URL : 'https://www.topcoder-dev.com/community/member-programs/topcoder-open/'
33+
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco'
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_HOME_URL : 'https://www.topcoder-dev.com/community/member-programs/topcoder-open/'
70+
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco'
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_HOME_URL : 'https://www.topcoder.com/community/member-programs/topcoder-open/'
108+
TCO_HOME_URL : 'https://www.topcoder.com/tco'
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)