Skip to content

Commit 687610b

Browse files
authored
Fix filename for Simple.jelly (jenkinsci#399)
1 parent 0bcc7d5 commit 687610b

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/io/jenkins/plugins/designlibrary/Select

1 file changed

+1
-1
lines changed

src/main/resources/io/jenkins/plugins/designlibrary/Select/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ THE SOFTWARE.
3636
<s:code file="simple.jelly"/>
3737
</s:code-pane>
3838
<s:code-pane title="Java">
39-
<s:code language="java" file="simple.java"/>
39+
<s:code language="java" file="Simple.java"/>
4040
</s:code-pane>
4141
</s:code-panes>
4242
</s:group>

0 commit comments

Comments
 (0)