diff --git a/app/directives/profile-widget/profile-widget.jade b/app/directives/profile-widget/profile-widget.jade index 6f3dbe68b..ac58cf85f 100644 --- a/app/directives/profile-widget/profile-widget.jade +++ b/app/directives/profile-widget/profile-widget.jade @@ -27,5 +27,5 @@ .links a.badges.link(ng-click="profileVm.showBadges()", ng-show="profileVm.profile.badges.Achievements.length > 0") | Badges - a.forums.link(ng-href="http://forums.{{DOMAIN}}/?module=History&userID={{profileVm.profile.userId}}") + a.forums.link(ng-href="https://apps.{{DOMAIN}}/forums/?module=History&userID={{profileVm.profile.userId}}") | Forum Posts diff --git a/app/my-dashboard/srms/srms.jade b/app/my-dashboard/srms/srms.jade index b1c948ad7..e7d850e6b 100644 --- a/app/my-dashboard/srms/srms.jade +++ b/app/my-dashboard/srms/srms.jade @@ -12,11 +12,11 @@ section(ng-hide="vm.loading") .flex-wrapper h2 Practice on past problems - a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://community.{{DOMAIN}}/tc?module=ProblemArchive") Problem Archives + a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://arena.{{DOMAIN}}/#/u/practiceProblemList") Problem Archives a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://community.{{DOMAIN}}/wiki/display/tc/Algorithm+Problem+Set+Analysis") Match Editorials - a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://www.{{DOMAIN}}/community/getting-started/") Learn More + a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://www.{{DOMAIN}}/member-onboarding") Learn More .srms-links(ng-hide="vm.loading") a(ui-sref="my-srms") View Past SRMs diff --git a/assets/css/my-dashboard/srms.scss b/assets/css/my-dashboard/srms.scss index beea00a13..0c3b8b61a 100644 --- a/assets/css/my-dashboard/srms.scss +++ b/assets/css/my-dashboard/srms.scss @@ -78,7 +78,7 @@ .srm-links-card { display: inline; width: 270px; - height: 319px; + height: 321px; margin-bottom: 15px; padding: 0 21px; border: 1px solid #DCDCDC;