jamesfredley commented on code in PR #14994: URL: https://github.com/apache/grails-core/pull/14994#discussion_r2294092862
########## grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/cache/EHCache.java: ########## @@ -55,12 +56,12 @@ public void apply(GeneratorContext generatorContext) { @Override public String getThirdPartyDocumentation() { - return "https://www.ehcache.org/"; + return "https://www.ehcache.org"; Review Comment: I think we should leave trailing slashes, since without is technically missing the path portion of the URL. -- 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