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:
parent
c6ae14ee3f
commit
f44cd95c01
15 changed files with 40 additions and 40 deletions
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
|
@ -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:
|
||||
|
||||
|
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue