diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-14 11:33:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-14 11:33:10 +0100 |
commit | c3f05e413ebae6f9071a47f2b23e783dd073e48e (patch) | |
tree | fa1df2ab36b9ccbc8c2817721bd9256371aec6e9 /.github/CONTRIBUTING.md | |
parent | 49098d6bbf00daf6aec002ff387c189cdfbd5834 (diff) | |
parent | 75eb27a5da5e5d4fdad3c1dfe04e68fdee3b0e49 (diff) | |
download | PeerTube-c3f05e413ebae6f9071a47f2b23e783dd073e48e.tar.gz PeerTube-c3f05e413ebae6f9071a47f2b23e783dd073e48e.tar.zst PeerTube-c3f05e413ebae6f9071a47f2b23e783dd073e48e.zip |
Merge remote-tracking branch 'weblate/develop' into develop
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 fb1f0f6ec..4bc590bde 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -126,7 +126,7 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click | |||
126 | 126 | ||
127 | ### Server side | 127 | ### Server side |
128 | 128 | ||
129 | You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/#/contribute-architecture?id=server-code). | 129 | You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute-architecture?id=server-code). |
130 | 130 | ||
131 | To develop on the server-side: | 131 | To develop on the server-side: |
132 | 132 | ||
@@ -141,7 +141,7 @@ restart. | |||
141 | ### Client side | 141 | ### Client side |
142 | 142 | ||
143 | You can find a documentation of the client code/architecture | 143 | You can find a documentation of the client code/architecture |
144 | [here](https://docs.joinpeertube.org/#/contribute-architecture?id=client-code). | 144 | [here](https://docs.joinpeertube.org/contribute-architecture?id=client-code). |
145 | 145 | ||
146 | 146 | ||
147 | To develop on the client side: | 147 | To develop on the client side: |
@@ -220,4 +220,4 @@ To test emails with PeerTube: | |||
220 | 220 | ||
221 | ## Plugins & Themes | 221 | ## Plugins & Themes |
222 | 222 | ||
223 | See the dedicated documentation: https://docs.joinpeertube.org/#/contribute-plugins | 223 | See the dedicated documentation: https://docs.joinpeertube.org/contribute-plugins |