Skip to content

Commit

Permalink
Update af-team-person-charts.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Awarua- committed Apr 5, 2016
1 parent 2d3ad84 commit 30eb22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/elements/af-team/af-team-person-charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
return;
}
var computedSprintId = parseInt(sprintId) + 1;
return 'http://times.sws.nz/rest/' + personId + '/sprint/'+ computedSprintId;
return '/rest/' + personId + '/sprint/'+ computedSprintId;
},

handlePersonChartResponse: function(event, detail) {
Expand Down

0 comments on commit 30eb22a

Please sign in to comment.