diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:24:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:25:04 +0200 |
commit | 0ceadb3578bf8197308d803446eaaefc01830e08 (patch) | |
tree | 1064cf88bd700938b132119d4066d0457b9b42ec | |
parent | 9934b6f31e0684e06171fe46ed170eda26cade90 (diff) | |
download | PeerTube-0ceadb3578bf8197308d803446eaaefc01830e08.tar.gz PeerTube-0ceadb3578bf8197308d803446eaaefc01830e08.tar.zst PeerTube-0ceadb3578bf8197308d803446eaaefc01830e08.zip |
Use absolute links in contribute guide
-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 |