diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-22 10:46:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-22 10:46:12 +0100 |
commit | 1ab94472d59f3c278c16c3b8b8f5be78ee98aa68 (patch) | |
tree | e53976a5644013677566b4e909b9617d4956aecc | |
parent | 954dcefab372adc84fd3ca0dc93ef5453de43185 (diff) | |
download | PeerTube-1ab94472d59f3c278c16c3b8b8f5be78ee98aa68.tar.gz PeerTube-1ab94472d59f3c278c16c3b8b8f5be78ee98aa68.tar.zst PeerTube-1ab94472d59f3c278c16c3b8b8f5be78ee98aa68.zip |
Prefer absolute links in doc
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | support/doc/plugins/guide.md | 2 | ||||
-rw-r--r-- | support/doc/production.md | 2 | ||||
-rw-r--r-- | support/doc/tools.md | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -186,7 +186,7 @@ See our [ActivityPub documentation](https://docs.joinpeertube.org/api-activitypu | |||
186 | 186 | ||
187 | ### Code | 187 | ### Code |
188 | 188 | ||
189 | Copyright (C) 2015-2023 PeerTube Contributors (see [CREDITS.md](CREDITS.md)) | 189 | Copyright (C) 2015-2023 PeerTube Contributors (see [CREDITS.md](/CREDITS.md)) |
190 | 190 | ||
191 | This program is free software: you can redistribute it and/or modify | 191 | This program is free software: you can redistribute it and/or modify |
192 | it under the terms of the GNU Affero General Public License as published | 192 | 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 | |||
1094 | $ npm run setup:cli | 1094 | $ npm run setup:cli |
1095 | ``` | 1095 | ``` |
1096 | 1096 | ||
1097 | * Run PeerTube (you can access to your instance on http://localhost:9000): | 1097 | * Run PeerTube (you can access to your instance on `localhost:9000`): |
1098 | 1098 | ||
1099 | ``` | 1099 | ``` |
1100 | $ NODE_ENV=dev npm start | 1100 | $ 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 | |||
10 | 10 | ||
11 | ### :hammer: Dependencies | 11 | ### :hammer: Dependencies |
12 | 12 | ||
13 | Follow the steps of the [dependencies guide](dependencies.md). | 13 | Follow the steps of the [dependencies guide](/support//doc/dependencies.md). |
14 | 14 | ||
15 | ### :construction_worker: PeerTube user | 15 | ### :construction_worker: PeerTube user |
16 | 16 | ||
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 | |||
33 | 33 | ||
34 | ### Dependencies | 34 | ### Dependencies |
35 | 35 | ||
36 | Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis. | 36 | Install the [PeerTube dependencies](/support/doc/dependencies.md) except PostgreSQL and Redis. |
37 | 37 | ||
38 | ### Installation | 38 | ### Installation |
39 | 39 | ||