Prefer absolute links in doc

pull/5648/head
Chocobozzz 2023-02-22 10:46:12 +01:00
parent 954dcefab3
commit 1ab94472d5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@ See our [ActivityPub documentation](https://docs.joinpeertube.org/api-activitypu
### Code ### 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 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 it under the terms of the GNU Affero General Public License as published

View File

@ -1094,7 +1094,7 @@ $ npm run build
$ npm run setup:cli $ 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 $ NODE_ENV=dev npm start

View File

@ -10,7 +10,7 @@ If you want information about the appropriate hardware to run PeerTube, please s
### :hammer: Dependencies ### :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 ### :construction_worker: PeerTube user

View File

@ -33,7 +33,7 @@ You need to follow all the following steps even if you are on a PeerTube server
### Dependencies ### Dependencies
Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis. Install the [PeerTube dependencies](/support/doc/dependencies.md) except PostgreSQL and Redis.
### Installation ### Installation