Prefer absolute links in doc
This commit is contained in:
parent
954dcefab3
commit
1ab94472d5
4 changed files with 4 additions and 4 deletions
|
@ -186,7 +186,7 @@ See our [ActivityPub documentation](https://docs.joinpeertube.org/api-activitypu
|
|||
|
||||
### Code
|
||||
|
||||
Copyright (C) 2015-2023 PeerTube Contributors (see [CREDITS.md](CREDITS.md))
|
||||
Copyright (C) 2015-2023 PeerTube Contributors (see [CREDITS.md](/CREDITS.md))
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published
|
||||
|
|
|
@ -1094,7 +1094,7 @@ $ npm run build
|
|||
$ npm run setup:cli
|
||||
```
|
||||
|
||||
* Run PeerTube (you can access to your instance on http://localhost:9000):
|
||||
* Run PeerTube (you can access to your instance on `localhost:9000`):
|
||||
|
||||
```
|
||||
$ NODE_ENV=dev npm start
|
||||
|
|
|
@ -10,7 +10,7 @@ If you want information about the appropriate hardware to run PeerTube, please s
|
|||
|
||||
### :hammer: Dependencies
|
||||
|
||||
Follow the steps of the [dependencies guide](dependencies.md).
|
||||
Follow the steps of the [dependencies guide](/support//doc/dependencies.md).
|
||||
|
||||
### :construction_worker: PeerTube user
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ You need to follow all the following steps even if you are on a PeerTube server
|
|||
|
||||
### Dependencies
|
||||
|
||||
Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis.
|
||||
Install the [PeerTube dependencies](/support/doc/dependencies.md) except PostgreSQL and Redis.
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue