1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Update doc anchor links

This commit is contained in:
Chocobozzz 2023-02-23 09:46:43 +01:00
parent c6ae14ee3f
commit f44cd95c01
No known key found for this signature in database
GPG key ID: 583A612D890159BE
15 changed files with 40 additions and 40 deletions

View file

@ -138,7 +138,7 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click
### Server side
You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture?id=server-code).
You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture#server).
To develop on the server-side:
@ -153,7 +153,7 @@ restart.
### Client side
You can find a documentation of the client code/architecture
[here](https://docs.joinpeertube.org/contribute/architecture?id=client-code).
[here](https://docs.joinpeertube.org/contribute/architecture#client).
To develop on the client side:
@ -252,7 +252,7 @@ npx @redocly/cli preview-docs ./support/doc/api/openapi.yaml
### Environment variables
PeerTube can be configured using environment variables.
See the list on https://docs.joinpeertube.org/maintain/configuration?id=environment-variables
See the list on https://docs.joinpeertube.org/maintain/configuration#environment-variables
Additionally to these ones, we provide some environment for dev/test purpose:

View file

@ -10,7 +10,7 @@
## Has this been tested?
<!-- Put an `x` in the box that applies: -->
<!-- Check the unit test guide: https://docs.joinpeertube.org/contribute/getting-started?id=unit-tests -->
<!-- Check the unit test guide: https://docs.joinpeertube.org/contribute/getting-started#unit-integration-tests -->
- [ ] 👍 yes, I added tests to the test suite
- [ ] 💭 no, because this PR is a draft and still needs work