matrei commented on code in PR #14994: URL: https://github.com/apache/grails-core/pull/14994#discussion_r2295476550
########## grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/cache/GrailsCache.java: ########## @@ -69,7 +70,7 @@ public String getCategory() { @Override public String getDocumentation() { - return "https://docs.grails.org/"; + return "https://docs.grails.org/" + VersionInfo.getGrailsVersion() + "/guide/cache.html"; Review Comment: I have implemented a `VersionInfo.getDocumentationVersion()` method in this PR that will take `snapshot` into account. As @jdaugherty pointed out, in the best of worlds we would publish version specific snapshots and this method would return `6.2.4-snapshot` and `7.0.0-snapshot`, but perhaps we can ticket that if we want that functionality. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org