jdaugherty commented on code in PR #963: URL: https://github.com/apache/grails-doc/pull/963#discussion_r2006385888
########## src/en/ref/Domain Classes/executeUpdate.adoc: ########## @@ -6,7 +6,7 @@ === Purpose -Updates the database with http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/batch.html#batch-direct[DML-style operations] +Updates the database with https://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/batch.html#batch-direct[DML-style operations] Review Comment: 3.6 ... should use the hibernate 5 version? ########## src/en/ref/Domain Classes/findBy.adoc: ########## @@ -47,7 +47,7 @@ b = Book.findByAuthorInList(["Douglas Adams", "Hunter S. Thompson"]) === Description -GORM supports the notion of http://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[Dynamic Finders]. The `findBy*` method finds the first result for the given method expression. +GORM supports the notion of https://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[Dynamic Finders]. The `findBy*` method finds the first result for the given method expression. Review Comment: 6.0.x ... version from bom ########## src/en/ref/Domain Classes/findAllBy.adoc: ########## @@ -91,4 +91,4 @@ The following operator names can be used within the respective dynamic methods: * `Or` * `InList` -These operator names can be considered keywords, and you will run into problems when querying domain classes that have one of these names as property names. For more information on http://gorm.grails.org/6.0.x/hibernate/manual/index.html#finders[dynamic finders] refer to the user guide. +These operator names can be considered keywords, and you will run into problems when querying domain classes that have one of these names as property names. 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]
