Skip to content

Commit

Permalink
Remove VERSION from documentation landing page template as it's only …
Browse files Browse the repository at this point in the history
…replaced on releases, but docs are sometimes published without a release which results in broken links. (#966)
  • Loading branch information
matrei authored Nov 6, 2023
1 parent b091005 commit a97bc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/docs/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ img {

<h2>Grails 6.x.x and beyond</h2>
<ul>
<li><a href="/grails-spring-security-core/@VERSION@/index.html">User guide</a></li>
<li><a href="/grails-spring-security-core/6.0.x/index.html">User guide</a></li>
</ul>

<h2>Grails 5.x.x and beyond</h2>
Expand Down

0 comments on commit a97bc0a

Please sign in to comment.