Skip to content

Conversation

@jamesfredley
Copy link
Contributor

@jamesfredley jamesfredley commented Jul 12, 2025

Fixes the snapshot URL in the dropdown on https://docs.grails.org/snapshot/guide/single.html

https://docs.grails.org/7.0.0-SNAPSHOT/guide/single.html should be https://docs.grails.org/snapshot/guide/single.html

<select onchange="window.document.location.href=this.options[this.selectedIndex].value;"> <option selected="selected" value="https://docs.grails.org/snapshot/guide/single.html">SNAPSHOT</option> <option selected="selected" value="https://docs.grails.org/7.0.0-SNAPSHOT/guide/single.html">7.0.0-SNAPSHOT</option></select> 

with

<select onchange="window.document.location.href=this.options[this.selectedIndex].value;"> <option selected="selected" value="https://docs.grails.org/snapshot/guide/single.html">SNAPSHOT</option> <option selected="selected" value="https://docs.grails.org/snapshot/guide/single.html">7.0.0-SNAPSHOT</option> </select> 
@jamesfredley jamesfredley self-assigned this Jul 12, 2025
@jamesfredley jamesfredley moved this to In Progress in Apache Grails Jul 12, 2025
@jamesfredley jamesfredley added this to the grails:7.0.0-RC1 milestone Jul 12, 2025
@jamesfredley jamesfredley linked an issue Jul 12, 2025 that may be closed by this pull request
@jamesfredley jamesfredley merged commit 48501e8 into 7.0.x Jul 12, 2025
33 checks passed
@jamesfredley jamesfredley deleted the snapshot-docs-url branch July 12, 2025 02:43
@github-project-automation github-project-automation bot moved this from In Progress to Done in Apache Grails Jul 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants