Skip to content

Commit 9b92cb0

Browse files
authored
Merge pull request #4276 from topcoder-platform/hot-fix-content-at-bottom-of-challenge-details
Hot fix content at bottom of challenge details
2 parents 0eca022 + 35751fd commit 9b92cb0

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ workflows:
183183
branches:
184184
only:
185185
- feature-contentful
186+
- hot-fix-content-at-bottom-of-challenge-details
186187
# This is beta env for production soft releases
187188
- "build-prod-beta":
188189
context : org-global

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ exports[`Default render 1`] = `
143143
"separator": true,
144144
},
145145
Object {
146-
"href": "/thrive/tracks?track=Topcoder",
146+
"href": "https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder&tax=Help%20Articles",
147147
"title": "Help",
148148
},
149149
Object {

config/default.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = {
117117
BLOG_FEED: 'https://www.topcoder.com/blog/feed/',
118118
COMMUNITY: 'https://community.topcoder-dev.com',
119119
FORUMS: 'https://apps.topcoder-dev.com/forums',
120-
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
120+
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
121121

122122
THRIVE: 'https://www.topcoder.com/thrive',
123123

@@ -134,7 +134,7 @@ module.exports = {
134134
DESIGN_CHALLENGE_CHECKPOINTS: 'https://help.topcoder.com/hc/en-us/articles/219240807-Multi-Round-Checkpoint-Design-Challenges',
135135
DESIGN_CHALLENGE_SUBMISSION: 'http://help.topcoder.com/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges',
136136
DESIGN_CHALLENGE_TYPES: 'http://help.topcoder.com/hc/en-us/articles/217481388-Choosing-a-Design-Challenge',
137-
RELIABILITY_RATINGS_AND_BONUSES: 'https://help.topcoder.com/hc/en-us/articles/219240797-Development-Reliability-Ratings-and-Bonuses',
137+
RELIABILITY_RATINGS_AND_BONUSES: 'https://www.topcoder.com/thrive/articles/Development%20Reliability%20Ratings%20and%20Bonuses',
138138
STOCK_ART_POLICY: 'http://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions',
139139
STUDIO_FONTS_POLICY:
140140
'http://help.topcoder.com/hc/en-us/articles/217959447-Font-Policy-for-Design-Challenges',
@@ -382,7 +382,7 @@ module.exports = {
382382
{ separator: true },
383383
{
384384
title: 'Help',
385-
href: '/thrive/tracks?track=Topcoder',
385+
href: 'https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
386386
},
387387
{ separator: true },
388388
{

config/production.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
HOME: '/my-dashboard',
3131
COMMUNITY: 'https://community.topcoder.com',
3232
FORUMS: 'https://apps.topcoder.com/forums',
33-
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
33+
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
3434
MEMBER: 'https://member.topcoder.com',
3535
ONLINE_REVIEW: 'https://software.topcoder.com',
3636
PAYMENT_TOOL: 'https://payment.topcoder.com',
@@ -189,7 +189,7 @@ module.exports = {
189189
{ separator: true },
190190
{
191191
title: 'Help',
192-
href: '/thrive/tracks?track=Topcoder',
192+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
193193
},
194194
{ separator: true },
195195
{

src/shared/components/challenge-detail/Specification/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,11 @@ export default function ChallengeDetailsView(props) {
475475
please refer to
476476
‌
477477
<a
478-
href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions"
478+
href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"
479479
rel="noopener noreferrer"
480480
target="_blank"
481481
>
482-
https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions
482+
https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions
483483
</a>
484484
</p>
485485
)

0 commit comments

Comments
 (0)