From aebebd5fa661e00032989d670f4fb4bd2fb85653 Mon Sep 17 00:00:00 2001 From: Divyansh Gupta Date: Tue, 6 Oct 2020 14:20:02 +0530 Subject: [PATCH] Doc(Readme en): fix controller read more link (#158) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8a967..55b3ff7 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,7 @@ _Why:_ ``` _Why:_ - > Because for CRUD we use HTTP methods on `resource` or `collection` URLs. The verbs we were talking about are actually `Controllers`. You usually don't develop many of these. [read more...](https://byrondover.github.io/post/restful-api-guidelines/#controller) + > Because for CRUD we use HTTP methods on `resource` or `collection` URLs. The verbs we were talking about are actually `Controllers`. You usually don't develop many of these. [read more...](https://github.com/byrondover/api-guidelines/blob/master/Guidelines.md#controller) * The request body or response type is JSON then please follow `camelCase` for `JSON` property names to maintain the consistency.