Skip to content

Commit 5fceffd

Browse files
committed
fixed footer links
1 parent 590d2af commit 5fceffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ exports[`Matches shallow shapshot 1`] = `
359359
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
360360
>
361361
<a
362-
href="https://www.topcoder-dev.com/contact-us/?ref=navb"
362+
href="https://go.topcoder.com/contact/?ref=navb"
363363
target="_self"
364364
>
365365
Talk to Sales

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function TopcoderFooter() {
105105
}
106106
<Link to={`${base}/community/learn?ref=navb`}>About Community</Link>
107107
<Link to={`${base}/community/changelog?ref=navb`}>Changelog</Link>
108-
<Link to={`${base}/contact-us/?ref=navb`}>Talk to Sales</Link>
108+
<Link to="https://go.topcoder.com/contact/?ref=navb">Talk to Sales</Link>
109109
</ul>
110110
</div>
111111
<div styleName="navi-col">

0 commit comments

Comments
 (0)