jamesfredley commented on code in PR #963:
URL: https://github.com/apache/grails-doc/pull/963#discussion_r2006505165


##########
src/en/ref/Database Mapping/version.adoc:
##########
@@ -28,7 +28,7 @@ class Book {
 
 Usage: `version(string/boolean)`
 
-By default GORM is configured with 
http://gorm.grails.org/6.0.x/hibernate/manual/index.html#locking[optimistic 
locking] enabled. You can disable this by calling the `version` method with an 
argument of `false`:
+By default GORM is configured with 
https://gorm.grails.org/6.0.x/hibernate/manual/index.html#locking[optimistic 
locking] enabled. You can disable this by calling the `version` method with an 
argument of `false`:

Review Comment:
   Replaced ~50 location: https://gorm.grails.org/6.0.x/ to 
https://gorm.grails.org/{gormVersion}/



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to