aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-13 11:24:56 +0200
committerChocobozzz <me@florianbigard.com>2020-05-13 11:25:04 +0200
commit0ceadb3578bf8197308d803446eaaefc01830e08 (patch)
tree1064cf88bd700938b132119d4066d0457b9b42ec /.github/CONTRIBUTING.md
parent9934b6f31e0684e06171fe46ed170eda26cade90 (diff)
downloadPeerTube-0ceadb3578bf8197308d803446eaaefc01830e08.tar.gz
PeerTube-0ceadb3578bf8197308d803446eaaefc01830e08.tar.zst
PeerTube-0ceadb3578bf8197308d803446eaaefc01830e08.zip
Use absolute links in contribute guide
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md8
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...
29You can help to write the documentation of the REST API, code, architecture, 29You can help to write the documentation of the REST API, code, architecture,
30demonstrations. 30demonstrations.
31 31
32For the REST API you can see the documentation in [/support/doc/api](/support/doc/api) directory. 32For the REST API you can see the documentation in [/support/doc/api](https://github.com/Chocobozzz/PeerTube/tree/develop/support/doc/api) directory.
33Then, 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. 33Then, 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
35Some hints: 35Some 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