diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 568b726a5..c79357a55 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -29,13 +29,13 @@ interested in, user interface, design, decentralized architecture... | |||
29 | You can help to write the documentation of the REST API, code, architecture, | 29 | You can help to write the documentation of the REST API, code, architecture, |
30 | demonstrations. | 30 | demonstrations. |
31 | 31 | ||
32 | For the REST API you can see the documentation in [/support/doc/api](/support/doc/api) directory. | 32 | For the REST API you can see the documentation in [/support/doc/api](https://github.com/Chocobozzz/PeerTube/tree/develop/support/doc/api) directory. |
33 | Then, you can just open the `openapi.yaml` file in a special editor like [http://editor.swagger.io/](http://editor.swagger.io/) to easily see and edit the documentation. | 33 | Then, you can just open the `openapi.yaml` file in a special editor like [http://editor.swagger.io/](http://editor.swagger.io/) to easily see and edit the documentation. |
34 | 34 | ||
35 | Some hints: | 35 | Some hints: |
36 | * Routes are defined in [/server/controllers/](/server/controllers/) directory | 36 | * Routes are defined in [/server/controllers/](https://github.com/Chocobozzz/PeerTube/tree/develop/server/controllers) directory |
37 | * Parameters validators are defined in [/server/middlewares/validators](/server/middlewares/validators) directory | 37 | * Parameters validators are defined in [/server/middlewares/validators](https://github.com/Chocobozzz/PeerTube/tree/develop/server/middlewares/validators) directory |
38 | * Models sent/received by the controllers are defined in [/shared/models](/shared/models) directory | 38 | * Models sent/received by the controllers are defined in [/shared/models](https://github.com/Chocobozzz/PeerTube/tree/develop/shared/models) directory |
39 | 39 | ||
40 | 40 | ||
41 | ## Improve the website | 41 | ## Improve the website |