aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-23 09:46:43 +0100
committerChocobozzz <me@florianbigard.com>2023-02-23 09:46:43 +0100
commitf44cd95c013c21454dc868c879c3d9230e8637c7 (patch)
tree4bec5237593e32e75443732e90b937a608dc1440 /.github
parentc6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c (diff)
downloadPeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.gz
PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.zst
PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.zip
Update doc anchor links
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md6
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 4 insertions, 4 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
141You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture?id=server-code). 141You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture#server).
142 142
143To develop on the server-side: 143To develop on the server-side:
144 144
@@ -153,7 +153,7 @@ restart.
153### Client side 153### Client side
154 154
155You can find a documentation of the client code/architecture 155You 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
159To develop on the client side: 159To 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
254PeerTube can be configured using environment variables. 254PeerTube can be configured using environment variables.
255See the list on https://docs.joinpeertube.org/maintain/configuration?id=environment-variables 255See the list on https://docs.joinpeertube.org/maintain/configuration#environment-variables
256 256
257Additionally to these ones, we provide some environment for dev/test purpose: 257Additionally to these ones, we provide some environment for dev/test purpose:
258 258
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 03a01ead5..e9621ff89 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,7 +10,7 @@
10## Has this been tested? 10## Has this been tested?
11 11
12<!-- Put an `x` in the box that applies: --> 12<!-- Put an `x` in the box that applies: -->
13<!-- Check the unit test guide: https://docs.joinpeertube.org/contribute/getting-started?id=unit-tests --> 13<!-- Check the unit test guide: https://docs.joinpeertube.org/contribute/getting-started#unit-integration-tests -->
14 14
15- [ ] 👍 yes, I added tests to the test suite 15- [ ] 👍 yes, I added tests to the test suite
16- [ ] 💭 no, because this PR is a draft and still needs work 16- [ ] 💭 no, because this PR is a draft and still needs work