Skip to content

Commit

Permalink
Corrected Broken Help File Links
Browse files Browse the repository at this point in the history
-corrected link used by help file for cmd line arguements
-corrected link used by help file for auth script arguements
  • Loading branch information
JordanGS committed Apr 12, 2017
1 parent 0a78cc9 commit 1cdf4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.

<?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:entry help="/descriptor/com.github.jenkinsci.zaproxyplugin.ZAPAuthScriptParam/help/config">
<f:entry help="/descriptor/org.jenkinsci.plugins.zap.ZAPAuthScriptParam/help/config">
<table width="100%">
<tr>
<th>${%Script Parameter Name}</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.

<?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:entry help="/descriptor/com.github.jenkinsci.zaproxyplugin.ZAPCmdLine/help/config">
<f:entry help="/descriptor/org.jenkinsci.plugins.zap.ZAPCmdLine/help/config">
<table width="100%">
<tr>
<th>${%Command line option}</th>
Expand Down

0 comments on commit 1cdf4a5

Please sign in to comment.