Skip to content

Commit fde71df

Browse files
committed
Updated videos in TopGear's FAQ + Auth app in dev switched to the main one
1 parent 840a6ba commit fde71df

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ exports[`Snapshot match 1`] = `
66
>
77
<a
88
className="tc-btn-sm tc-btn-primary"
9-
href="http://accounts-test.topcoder-dev.com/member/registration"
9+
href="http://accounts.topcoder-dev.com/member/registration"
1010
>
1111
Join
1212
</a>
1313
<a
1414
className="tc-btn-sm tc-btn-default"
15-
href="http://accounts-test.topcoder-dev.com/member"
15+
href="http://accounts.topcoder-dev.com/member"
1616
>
1717
Log In
1818
</a>
@@ -25,13 +25,13 @@ exports[`Snapshot match 2`] = `
2525
>
2626
<a
2727
className="tc-btn-sm tc-btn-primary"
28-
href="http://accounts-test.topcoder-dev.com/member/registration"
28+
href="http://accounts.topcoder-dev.com/member/registration"
2929
>
3030
Join
3131
</a>
3232
<a
3333
className="tc-btn-sm tc-btn-default"
34-
href="http://accounts-test.topcoder-dev.com/member"
34+
href="http://accounts.topcoder-dev.com/member"
3535
>
3636
Log In
3737
</a>

__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ exports[`Default render 1`] = `
4949
>
5050
<a
5151
className="tc-btn-sm tc-btn-primary"
52-
href="http://accounts-test.topcoder-dev.com/member/registration"
52+
href="http://accounts.topcoder-dev.com/member/registration"
5353
>
5454
Join
5555
</a>
5656
<a
5757
className="tc-btn-sm tc-btn-default"
58-
href="http://accounts-test.topcoder-dev.com/member"
58+
href="http://accounts.topcoder-dev.com/member"
5959
>
6060
Log In
6161
</a>
@@ -232,13 +232,13 @@ exports[`Render with open menu 1`] = `
232232
>
233233
<a
234234
className="tc-btn-sm tc-btn-primary"
235-
href="http://accounts-test.topcoder-dev.com/member/registration"
235+
href="http://accounts.topcoder-dev.com/member/registration"
236236
>
237237
Join
238238
</a>
239239
<a
240240
className="tc-btn-sm tc-btn-default"
241-
href="http://accounts-test.topcoder-dev.com/member"
241+
href="http://accounts.topcoder-dev.com/member"
242242
>
243243
Log In
244244
</a>

__tests__/shared/components/tc-communities/__snapshots__/AccessDenied.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`Matches shallow shapshot 1`] = `
1515
>
1616
<a
1717
className="tc-btn-md tc-btn-primary"
18-
href="http://accounts-test.topcoder-dev.com/member?retUrl=null%2F"
18+
href="http://accounts.topcoder-dev.com/member?retUrl=null%2F"
1919
>
2020
Log In Here
2121
</a>

config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"ACCOUNTS_APP_CONNECTOR": "https://accounts.topcoder-dev.com/connector.html",
5858

5959
"ARENA": "https://arena.topcoder-dev.com",
60-
"AUTH": "http://accounts-test.topcoder-dev.com",
60+
"AUTH": "http://accounts.topcoder-dev.com",
6161
"BASE": "https://www.topcoder-dev.com",
6262
"BLOG": "https://www.topcoder-dev.com/feed",
6363
"COGNITIVE": "https://cognitive.topcoder.com",

src/shared/components/tc-communities/communities/wipro/FAQ/index.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ export default function Learn() {
7777
>
7878
<VideoCard
7979
title="Introduction"
80-
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkWmZVb2pCcFB4emM"
80+
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkUk9CNXdkdExpT0k"
8181
/>
8282
<VideoCard
8383
title="Registration"
84-
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkNExxVlhnQ0ZNT2c"
84+
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkVVVNaW4xMjh6UVk"
8585
/>
8686
<VideoCard
8787
title="Challenge Navigation"
88-
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkcjNvUnV1ajN2clE"
88+
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkNF9SNDM3Nnhldjg"
8989
/>
9090
<VideoCard
9191
title="Joining a Challenge"
92-
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkYzA1U0RhN2Rscnc"
92+
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkd1NzQWctNnQzOFU"
9393
/>
9494
<VideoCard
9595
title="Submission"
96-
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkdm9maXpZQ3FGa00"
96+
url="https://drive.google.com/uc?id=0B3y3SEA9cIEkMkdFYjF6NV9WM1E"
9797
/>
9898
</Section>
9999
</main>

0 commit comments

Comments
 (0)