jamesfredley commented on code in PR #15003: URL: https://github.com/apache/grails-core/pull/15003#discussion_r2293692975
########## grails-gsp/core/README.md: ########## @@ -31,4 +31,4 @@ apply plugin: "org.apache.grails.gradle.grails-gsp" Dependencies ----- -To see what additional subprojects will be included with this, you can view this project's [build.gradle](https://github.com/grails/grails-core/blob/master/grails-gsp/build.gradle) +To see what additional subprojects will be included with this, you can view this project's [build.gradle](https://github.com/apache/grails-core/blob/HEAD/grails-gsp/plugin/build.gradle) Review Comment: Using HEAD in Markdown files is convenient, as it eliminates the need to update URLs when switching to a new release branch. The trade-off is that it always links to the latest code, but I consider this a worthwhile balance after fixing hundreds of links with old branches or commit hashes in the URL. We apply this approach across many Markdown files and in very select AsciiDoc files. -- 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