Doc(Readme en): fix controller read more link (#158)

This commit is contained in:
Divyansh Gupta 2020-10-06 14:20:02 +05:30 committed by GitHub
parent 3b905676d7
commit aebebd5fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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