jamesfredley commented on code in PR #14994: URL: https://github.com/apache/grails-core/pull/14994#discussion_r2294217251
########## 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 not seen where the documentation is exposed on start.grails.org or the forge cli. There is a features schema on https://grailsforge-latest-cjmq3uyfcq-uc.a.run.app/swagger-ui/index.html#/, but documentation is not returned on endpoints like https://snapshot.grails.org/application-types/web/features If we want to keep version here we should write another method in VersionInfo that returns 'SNAPSHOT' when the version end with -SNAPSHOT to be compatible with the documentation. -- 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