diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b3847b8d7..b88027042 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -9,8 +9,6 @@ Interested in contributing? Awesome! | |||
9 | * [Write documentation](#write-documentation) | 9 | * [Write documentation](#write-documentation) |
10 | * [Develop](#develop) | 10 | * [Develop](#develop) |
11 | * [Improve the website](#improve-the-website) | 11 | * [Improve the website](#improve-the-website) |
12 | * [Troubleshooting](#troubleshooting) | ||
13 | * [Tutorials](#tutorials) | ||
14 | 12 | ||
15 | ## Translate | 13 | ## Translate |
16 | 14 | ||
@@ -101,7 +99,7 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click | |||
101 | 99 | ||
102 | ### Server side | 100 | ### Server side |
103 | 101 | ||
104 | You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). | 102 | You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/#/contribute-architecture?id=server-code). |
105 | 103 | ||
106 | To develop on the server-side: | 104 | To develop on the server-side: |
107 | 105 | ||
@@ -116,7 +114,7 @@ restart. | |||
116 | ### Client side | 114 | ### Client side |
117 | 115 | ||
118 | You can find a documentation of the server code/architecture | 116 | You can find a documentation of the server code/architecture |
119 | [here](/support/doc/development/client/code.md). | 117 | [here](https://docs.joinpeertube.org/#/contribute-architecture?id=client-code). |
120 | 118 | ||
121 | 119 | ||
122 | To develop on the client side: | 120 | To develop on the client side: |
@@ -193,11 +191,3 @@ $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/te | |||
193 | 191 | ||
194 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. | 192 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. |
195 | Note that only instance 2 has transcoding enabled. | 193 | Note that only instance 2 has transcoding enabled. |
196 | |||
197 | ### Troubleshooting | ||
198 | |||
199 | Please check out the issues and [list of common errors](https://docs.joinpeertube.org/lang/en/devdocs/troubleshooting.html). | ||
200 | |||
201 | ### Tutorials | ||
202 | |||
203 | Please check out the related section in the [development documentation](https://docs.joinpeertube.org/lang/en/devdocs/index.html#tutorials). Contribute tutorials at [framagit.org/framasoft/peertube/documentation](https://framagit.org/framasoft/peertube/documentation). | ||