Skip to content

Commit aebebd5

Browse files
authored
Doc(Readme en): fix controller read more link (#158)
1 parent 3b90567 commit aebebd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ _Why:_
563563
```
564564
565565
_Why:_
566-
> 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)
566+
> 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)
567567
568568
* The request body or response type is JSON then please follow `camelCase` for `JSON` property names to maintain the consistency.
569569

0 commit comments

Comments
 (0)