Skip to content

Commit 7e6a34e

Browse files
committed
Update CreateReleaseDropDownTask.groovy
1 parent ea6b7a0 commit 7e6a34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/grails/plugin/springsecurity/CreateReleaseDropDownTask.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ abstract class CreateReleaseDropDownTask extends DefaultTask {
7676

7777
private String createVersionSelectDropDownHtml(List<SoftwareVersion> softwareVersions) {
7878
String selectHtml = "<select onChange='window.document.location.href=this.options[this.selectedIndex].value;'>"
79-
String snapshotHref = "https://grails.github.io/grails-spring-security-core/index.html"
79+
String snapshotHref = "https://grails.github.io/grails-spring-security-core/snapshot/index.html"
8080
if (currentVersion.get().endsWith("-SNAPSHOT")) {
8181
selectHtml += "<option selected='selected' value='${snapshotHref}'>SNAPSHOT</option>"
8282
} else {

0 commit comments

Comments
 (0)