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


##########
src/en/ref/Servlet API/request.adoc:
##########
@@ -31,8 +31,8 @@ The 
{jakartaee}jakarta/servlet/http/HttpServletRequest.html[HttpServletRequest]
 
 Grails enhances the `HttpServletRequest` instance by adding the following new 
properties and methods:
 
-* `XML` - An instance of `XmlSlurper`'s 
http://groovy.codehaus.org/api/groovy/util/slurpersupport/GPathResult.html[GPathResult]
 class that allows parsing of an incoming XML request (useful for REST).
-* `JSON` - An instance of Grails' 
http://docs.grails.org/3.2.x/apiorg/codehaus/groovy/grails/web/json/JSONObject.html[JSONObject]
 class that allows parsing of an incoming JSON request (useful for JSON based 
REST).
+* `XML` - An instance of `XmlSlurper`'s 
https://docs.groovy-lang.org/latest/html/gapi/groovy/xml/slurpersupport/GPathResult.html[GPathResult]
 class that allows parsing of an incoming XML request (useful for REST).

Review Comment:
   Updated to {groovyVersion}



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