Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for JENKINS-20125 - corrected the link to the help file named nam…
…esarecasesensitive.html
  • Loading branch information
lkamal committed Oct 18, 2013
1 parent 6f2347a commit 9309fee
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="${%cigame.title}">
<f:entry title="${%cigame.namesarecasesensitive}" help="/plugin/ci-game/namesAreCaseSensitive.html">
<f:entry title="${%cigame.namesarecasesensitive}" help="/plugin/ci-game/namesarecasesensitive.html">
<f:checkbox field="namesAreCaseSensitive"/>
</f:entry>
</f:section>
Expand Down

0 comments on commit 9309fee

Please sign in to comment.