diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fe00d172c..4b62a7a30 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -138,7 +138,7 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click | |||
138 | 138 | ||
139 | ### Server side | 139 | ### Server side |
140 | 140 | ||
141 | You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture?id=server-code). | 141 | You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture#server). |
142 | 142 | ||
143 | To develop on the server-side: | 143 | To develop on the server-side: |
144 | 144 | ||
@@ -153,7 +153,7 @@ restart. | |||
153 | ### Client side | 153 | ### Client side |
154 | 154 | ||
155 | You can find a documentation of the client code/architecture | 155 | You can find a documentation of the client code/architecture |
156 | [here](https://docs.joinpeertube.org/contribute/architecture?id=client-code). | 156 | [here](https://docs.joinpeertube.org/contribute/architecture#client). |
157 | 157 | ||
158 | 158 | ||
159 | To develop on the client side: | 159 | To develop on the client side: |
@@ -252,7 +252,7 @@ npx @redocly/cli preview-docs ./support/doc/api/openapi.yaml | |||
252 | ### Environment variables | 252 | ### Environment variables |
253 | 253 | ||
254 | PeerTube can be configured using environment variables. | 254 | PeerTube can be configured using environment variables. |
255 | See the list on https://docs.joinpeertube.org/maintain/configuration?id=environment-variables | 255 | See the list on https://docs.joinpeertube.org/maintain/configuration#environment-variables |
256 | 256 | ||
257 | Additionally to these ones, we provide some environment for dev/test purpose: | 257 | Additionally to these ones, we provide some environment for dev/test purpose: |
258 | 258 | ||