From 1ab94472d59f3c278c16c3b8b8f5be78ee98aa68 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Feb 2023 10:46:12 +0100 Subject: [PATCH] Prefer absolute links in doc --- README.md | 2 +- support/doc/plugins/guide.md | 2 +- support/doc/production.md | 2 +- support/doc/tools.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4c7ac04d..1577e128d 100644 --- a/README.md +++ b/README.md @@ -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 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