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

Commit 9ad643a

Browse files
authored
Merge pull request #325 from appirio-tech/dev
Fix for dev and design rss feeds
2 parents 8e24f85 + 4e37687 commit 9ad643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp/wp-content/themes/tcs-responsive/ng-page-challenges.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function add_base_url() {
5252
<div class="header-container">
5353
<header><h1 ng-bind="titles[contest.contestType]"></h1>
5454
<span class="subscribeTopWrapper">
55-
<a class="feedBtn" ng-href="/challenges/feed?list=active&contestType={{contest.contestType || 'all'}}" title="Subscribe to challenges"></a>
55+
<a class="feedBtn" ng-href="http://feeds.topcoder.com/challenges/feed?list=active&contestType={{contest.contestType || 'all'}}" title="Subscribe to challenges"></a>
5656
</span>
5757
</header>
5858
</div>

0 commit comments

Comments
 (0)