jamesfredley commented on code in PR #14994: URL: https://github.com/apache/grails-core/pull/14994#discussion_r2294100179
########## 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: In the recent URL update PRs I ended up removing " + VersionInfo.getGrailsVersion() + " since this is invalid for SNAPSHOT versions. I put /latest/ in these URLs. -- 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