Skip to content

Commit

Permalink
Fix link to JSON Views
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Dec 5, 2017
1 parent 298ff4f commit 75c2444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.

Expand Down

0 comments on commit 75c2444

Please sign in to comment.