Skip to content

Commit

Permalink
[FIXED JENKINS-15030] - Fixed a link to help file for Pattern
Browse files Browse the repository at this point in the history
Resolves https://issues.jenkins-ci.org/browse/JENKINS-15030

Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
  • Loading branch information
oleg-nenashev committed Nov 26, 2013
1 parent ff2717d commit 08ea561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -115,7 +115,7 @@
<f:entry title="${%Role to add}">
<f:textbox type="text" id="${id}text" />
</f:entry>
<f:entry help="plugin/role-strategy/help/help-pattern.html" title="${%Pattern}">
<f:entry help="${rootURL}/plugin/role-strategy/help/help-pattern.html" title="${%Pattern}">
<f:textbox type="text" id="${id}pattern" />
</f:entry>
<f:entry>
Expand Down
Expand Up @@ -118,7 +118,7 @@
<f:entry title="${%Role to add}">
<f:textbox type="text" id="${id}text" />
</f:entry>
<f:entry help="plugin/role-strategy/help/help-pattern.html" title="${%Pattern}">
<f:entry help="${rootURL}/plugin/role-strategy/help/help-pattern.html" title="${%Pattern}">
<f:textbox type="text" id="${id}pattern" />
</f:entry>
<f:entry>
Expand Down

0 comments on commit 08ea561

Please sign in to comment.