File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
__tests__/shared/components/Dashboard/SRM/__snapshots__
src/shared/components/Dashboard/SRM Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ exports[`Matches shallow shapshot 1`] = `
49
49
</a >
50
50
<a
51
51
className = " tc-btn tc-btn-s tc-btn-wide tc-btn-ghost src-shared-components-Dashboard-SRM-___styles__tc-btn___3no83"
52
- href = " https://www.topcoder-dev.com/member-onboarding/learning-practicing-skills/ "
52
+ href = " https://www.topcoder-dev.com/thrive/articles/How%20To%20Compete%20in%20SRMs "
53
53
>
54
54
Learn More
55
55
</a >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const SRM = (props) => {
35
35
< a href = { `${ config . URL . COMMUNITY } /tc?module=ProblemArchive` } className = "tc-btn tc-btn-s tc-btn-wide tc-btn-ghost" styleName = "tc-btn" >
36
36
Problem Archive
37
37
</ a >
38
- < a href = { `${ config . URL . BASE } /member-onboarding/learning-practicing-skills/ ` } className = "tc-btn tc-btn-s tc-btn-wide tc-btn-ghost" styleName = "tc-btn" >
38
+ < a href = { `${ config . URL . BASE } /thrive/articles/How%20To%20Compete%20in%20SRMs ` } className = "tc-btn tc-btn-s tc-btn-wide tc-btn-ghost" styleName = "tc-btn" >
39
39
Learn More
40
40
</ a >
41
41
</ div >
You can’t perform that action at this time.
0 commit comments