From 89b3ee84fb866ec1e3d0a2d945d77f1dbc20ac94 Mon Sep 17 00:00:00 2001 From: Tom Ladendorf Date: Tue, 3 Nov 2015 11:46:32 -0600 Subject: [PATCH] fixed dashboard links --- app/my-dashboard/srms/srms.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/my-dashboard/srms/srms.jade b/app/my-dashboard/srms/srms.jade index 5824a5c42..1133ed0b7 100644 --- a/app/my-dashboard/srms/srms.jade +++ b/app/my-dashboard/srms/srms.jade @@ -12,9 +12,9 @@ tc-section(state="vm.state") .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") Practice Problems - 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://community.{{DOMAIN}}/tc?module=ProblemArchive") Problem Archive a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://www.{{DOMAIN}}/member-onboarding/learning-practicing-skills/") Learn More