From 1ab94472d59f3c278c16c3b8b8f5be78ee98aa68 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Feb 2023 10:46:12 +0100 Subject: Prefer absolute links in doc --- support/doc/plugins/guide.md | 2 +- support/doc/production.md | 2 +- support/doc/tools.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'support/doc') diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 9ddab3ece..f82dbd15b 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -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 diff --git a/support/doc/production.md b/support/doc/production.md index 9a84f19a3..cd05962d6 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -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 diff --git a/support/doc/tools.md b/support/doc/tools.md index 1356d2c6a..9a20ea64e 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -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 -- cgit v1.2.3