From 75c2444f15b0f9a8025c0c6f843182696aeec664 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Tue, 5 Dec 2017 16:55:53 +0100 Subject: [PATCH] Fix link to JSON Views --- src/en/guide/theWebLayer/controllers/jsonResponses.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/guide/theWebLayer/controllers/jsonResponses.adoc b/src/en/guide/theWebLayer/controllers/jsonResponses.adoc index 8fa5831cff5..75b1d68e8ac 100644 --- a/src/en/guide/theWebLayer/controllers/jsonResponses.adoc +++ b/src/en/guide/theWebLayer/controllers/jsonResponses.adoc @@ -1,6 +1,6 @@ ==== Using the respond method to output JSON -The `respond` method is the preferred way to return JSON and integrates with link:theWebLayer.html#contentNegotiation[Content Negotiation] and link:webServices.html#jsonViews[JSON Views]. +The `respond` method is the preferred way to return JSON and integrates with link:theWebLayer.html#contentNegotiation[Content Negotiation] and http://views.grails.org[JSON Views]. The `respond` method provides content negotiation strategies to intelligently produce an appropriate response for the given client.