aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/plugins/guide.md2
-rw-r--r--support/doc/production.md2
-rw-r--r--support/doc/tools.md2
3 files changed, 3 insertions, 3 deletions
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
13Follow the steps of the [dependencies guide](dependencies.md). 13Follow 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
36Install the [PeerTube dependencies](dependencies.md) except PostgreSQL and Redis. 36Install the [PeerTube dependencies](/support/doc/dependencies.md) except PostgreSQL and Redis.
37 37
38### Installation 38### Installation
39 39