From d363d6014600a59d37226d07e083180fc738f884 Mon Sep 17 00:00:00 2001 From: sblaut Date: Sat, 15 Aug 2015 03:17:37 +0200 Subject: [PATCH] Fixed link in REST doc to point to correct page Filtering out fields is not described on the Response Formatting page but on the Resources page. --- docs/guide/rest-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/rest-quick-start.md b/docs/guide/rest-quick-start.md index df6d473..04af251 100644 --- a/docs/guide/rest-quick-start.md +++ b/docs/guide/rest-quick-start.md @@ -185,7 +185,7 @@ For example, the URL `http://localhost/users?fields=id,email` will only return t > Info: You may have noticed that the result of `http://localhost/users` includes some sensitive fields, > such as `password_hash`, `auth_key`. You certainly do not want these to appear in your API result. -> You can and should filter out these fields as described in the [Response Formatting](rest-response-formatting.md) section. +> You can and should filter out these fields as described in the [Resources](rest-resources.md) section. ## Summary