aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-23 14:58:34 +0200
committerChocobozzz <me@florianbigard.com>2019-05-23 14:58:34 +0200
commit46e9407c60650fefd0c0a3358da22d81dabe6f09 (patch)
tree7d8ea55346de655dd8c60dddc6a430541186ed6c /.github
parent79ad1706f3cf009e04db9cd9e6a721801d93e64e (diff)
downloadPeerTube-46e9407c60650fefd0c0a3358da22d81dabe6f09.tar.gz
PeerTube-46e9407c60650fefd0c0a3358da22d81dabe6f09.tar.zst
PeerTube-46e9407c60650fefd0c0a3358da22d81dabe6f09.zip
Update URLs to point to new documentation site
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md14
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
104You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). 102You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/#/contribute-architecture?id=server-code).
105 103
106To develop on the server-side: 104To develop on the server-side:
107 105
@@ -116,7 +114,7 @@ restart.
116### Client side 114### Client side
117 115
118You can find a documentation of the server code/architecture 116You 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
122To develop on the client side: 120To develop on the client side:
@@ -193,11 +191,3 @@ $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/te
193 191
194Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. 192Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`.
195Note that only instance 2 has transcoding enabled. 193Note that only instance 2 has transcoding enabled.
196
197### Troubleshooting
198
199Please check out the issues and [list of common errors](https://docs.joinpeertube.org/lang/en/devdocs/troubleshooting.html).
200
201### Tutorials
202
203Please 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).