jdaugherty commented on code in PR #963: URL: https://github.com/apache/grails-doc/pull/963#discussion_r2006384574
########## src/en/ref/Domain Classes/discard.adoc: ########## @@ -23,6 +23,6 @@ b.discard() // changes won't be applied now === Description -The `discard` method informs the persistence context that the instance should not be saved. The `discard` method is equivalent to using Hibernate's http://docs.jboss.org/hibernate/orm/current/javadocs/org/hibernate/Session#evict(java/lang/Object).html[evict] method. +The `discard` method informs the persistence context that the instance should not be saved. The `discard` method is equivalent to using Hibernate's https://docs.jboss.org/hibernate/orm/current/javadocs/org/hibernate/Session#evict(java/lang/Object).html[evict] method. Review Comment: Current ... should this be hibernate5? ########## src/en/ref/Domain Classes/executeQuery.adoc: ########## @@ -6,7 +6,7 @@ === Purpose -Executes http://gorm.grails.org/6.0.x/hibernate/manual/index.html#hql[HQL queries] +Executes https://gorm.grails.org/6.0.x/hibernate/manual/index.html#hql[HQL queries] 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]
