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


##########
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:
   Replaced 
https://docs.jboss.org/hibernate/orm/current/javadocs/org/hibernate/Session# 
with 
https://javadoc.io/doc/org.hibernate/hibernate-core/5.6.5.Final/org/hibernate/Session.html#
 in 4 locations



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