File tree 3 files changed +4
-2
lines changed
src/shared/components/challenge-detail/ThriveArticles
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ module.exports = {
117
117
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
118
118
SUBMISSION_REVIEW : 'https://submission-review.topcoder-dev.com' ,
119
119
120
- THRIVE : 'https://www .topcoder.com/thrive' ,
120
+ THRIVE : 'https://community-app .topcoder-dev .com/thrive' ,
121
121
122
122
COMMUNITIES : {
123
123
BLOCKCHAIN : 'https://blockchain.topcoder-dev.com' ,
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ module.exports = {
50
50
51
51
COMMUNITY_API : 'http://localhost:8000' ,
52
52
53
+ THRIVE : 'https://www.topcoder.com/thrive' ,
54
+
53
55
COMMUNITIES : {
54
56
BLOCKCHAIN : 'https://blockchain.topcoder.com' ,
55
57
COGNITIVE : 'https://cognitive.topcoder.com' ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function ThriveArticles({ articles }) {
20
20
21
21
const getPageUrl = article => ( article . externalArticle && article . contentUrl
22
22
? article . contentUrl
23
- : `${ config . TC_EDU_BASE_PATH } ${ config . TC_EDU_ARTICLES_PATH } /${ article . slug || article . title } ` ) ;
23
+ : `${ config . URL . THRIVE } ${ config . TC_EDU_ARTICLES_PATH } /${ article . slug || article . title } ` ) ;
24
24
25
25
const items = map ( articles , ( a , idx ) => (
26
26
< div styleName = "article" key = { idx } >
You can’t perform that action at this time.
0 commit comments