Skip to content

Commit

Permalink
Remove -stable from Changelog url (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhraghuvanshii authored Feb 1, 2025
1 parent 87d9d58 commit 0f00735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/lib/samples/layout.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ THE SOFTWARE.
<l:main-panel>
<l:app-bar title="${it.displayName}">
<j:if test="${it.since != null}">
<a href="https://www.jenkins.io/changelog-stable/${it.since}" class="jenkins-button jenkins-button--tertiary jdl-since-tag" target="_blank">
<a href="https://www.jenkins.io/changelog/${it.since}" class="jenkins-button jenkins-button--tertiary jdl-since-tag" target="_blank">
<l:icon src="symbol-information-circle-outline plugin-ionicons-api" />
Since ${it.since}
</a>
Expand Down

0 comments on commit 0f00735

Please sign in to comment.