Skip to content

Commit 41c97d3

Browse files
author
vikasrohit
authored
Merge pull request #4409 from appirio-tech/feature/fix-dead-privacy-link-in-terms
Updated dead privacy link
2 parents da96bbe + 6cbd9fa commit 41c97d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConnectTerms/ConnectTerms.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const ConnectTerms = () => (
103103

104104
<li className="heading">
105105
<h2>PRIVACY.</h2>
106-
<p>User agrees to comply with all terms of the Topcoder Privacy Policy available at <a href="https://www.topcoder.com/community/how-it-works/privacy-policy/">http://www.topcoder.com/community/how-it-works/privacy-policy/</a></p>
106+
<p>User agrees to comply with all terms of the Topcoder Privacy Policy available at <a href="https://www.topcoder.com/policy">https://www.topcoder.com/policy</a></p>
107107
</li>
108108

109109
<li className="heading">

0 commit comments

Comments
 (0)