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

Commit 4317981

Browse files
author
vikasrohit
committed
SUP-2260, Forum Posts link on profile is wrong URL. Should use apps.topcoder.com/forums as the base
-- Updated link's base to app.topcoder.com/forums -- Updated protocol from http to https to be in sync with other links across site. Further, this link requires authenticated user, hence, https makes sense.
1 parent c5cc25a commit 4317981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/directives/profile-widget/profile-widget.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
.links
2828
a.badges.link(ng-click="profileVm.showBadges()", ng-show="profileVm.profile.badges.Achievements.length > 0")
2929
| Badges
30-
a.forums.link(ng-href="http://forums.{{DOMAIN}}/?module=History&userID={{profileVm.profile.userId}}")
30+
a.forums.link(ng-href="https://apps.{{DOMAIN}}/forums/?module=History&userID={{profileVm.profile.userId}}")
3131
| Forum Posts

0 commit comments

Comments
 (0)