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


##########
src/en/ref/Domain Classes/countBy.adoc:
##########
@@ -41,7 +41,7 @@ c = Book.countByReleaseDateIsNotNull()
 === Description
 
 
-GORM supports the notion of 
http://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[Dynamic 
Finders]. The `countBy*` method counts the number of records for the given 
expression
+GORM supports the notion of 
https://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[Dynamic 
Finders]. The `countBy*` method counts the number of records for the given 
expression

Review Comment:
   6.0.x ... version from bom



##########
src/en/ref/Domain Classes/countBy.adoc:
##########
@@ -60,4 +60,4 @@ The following operator names can be used within the 
respective dynamic methods:
 * `And`
 * `Or`
 
-These names can be considered keywords, and you will have problems when 
querying domain classes that have one of these names as a property name. For 
more information on 
http://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[dynamic 
finders] refer to the user guide.
+These names can be considered keywords, and you will have problems when 
querying domain classes that have one of these names as a property name. For 
more information on 
https://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[dynamic 
finders] refer to the user guide.

Review Comment:
   6.0.x ... version from bom



-- 
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