Skip to content

Commit

Permalink
Fixed D-09391
Browse files Browse the repository at this point in the history
  • Loading branch information
Acey Bunch committed May 19, 2015
1 parent b18d61f commit 1e1e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VersionOne.ServerConnector/VersionOneProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public void UpdateProject(string projectId, Link link)

public string GetWorkitemLink(Workitem workitem)
{
return string.Format("{0}assetdetail.v1?oid={1}", configuration["ApplicationUrl"].InnerText, workitem.Id);
return string.Format("{0}/assetdetail.v1?oid={1}", configuration["ApplicationUrl"].InnerText, workitem.Id);
}

public string GetSummaryLink(Workitem workitem)
Expand Down

0 comments on commit 1e1e963

Please sign in to comment.