Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-12917]
  • Loading branch information
vjuranek committed Feb 28, 2012
1 parent 5523ecc commit d9c347b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ public String getDisplayName() {
}

public String getUrlName() {
return "plugin/disk-usage/";
return Hudson.getInstance().getRootUrl() + "plugin/disk-usage/";
}

@Override public String getDescription() {
Expand Down

0 comments on commit d9c347b

Please sign in to comment.