Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3f55165

Browse files
authored
Merge pull request #52 from topcoder-platform/community-app-5707
Community app issue 5707
2 parents 0ca9fb3 + ee5ebc9 commit 3f55165

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117
<div align="left">
118118
<% if(isNewStyle) { %>
119119
<div style="float:right; padding-top:12px;">
120-
<A class="informationLink" href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions">How to get paid</A>
120+
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid</A>
121121
</div>
122122
<% } else { %>
123123
<div style="float:right;">
124-
<A href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
124+
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
125125
</div>
126126
<% } %>
127127
<c:choose>

src/main/com/topcoder/web/tc/view/pacts/client/PaymentStatusSummary.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<div align="left">
5555
<div style="float:right;">
56-
<A href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
56+
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
5757
</div>
5858
<c:choose>
5959
<c:when test="${not empty isNewStyle && isNewStyle}">

0 commit comments

Comments
 (0)