aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-05 11:01:12 +0100
committerChocobozzz <me@florianbigard.com>2021-01-05 11:01:12 +0100
commit7cf88d098adb543074f85be9c874ee9453371de9 (patch)
tree7d0ba94105063496dd84f9e54fcd03335b2433d8 /support
parent9ee4876a73ceb8277cfa088eb37890534bf153b5 (diff)
downloadPeerTube-7cf88d098adb543074f85be9c874ee9453371de9.tar.gz
PeerTube-7cf88d098adb543074f85be9c874ee9453371de9.tar.zst
PeerTube-7cf88d098adb543074f85be9c874ee9453371de9.zip
Use new doc links
Diffstat (limited to 'support')
-rw-r--r--support/doc/docker.md4
-rw-r--r--support/doc/plugins/guide.md2
-rw-r--r--support/doc/production.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md
index e9315293f..40fc1f5fa 100644
--- a/support/doc/docker.md
+++ b/support/doc/docker.md
@@ -113,11 +113,11 @@ peertube._domainkey.mydomain.tld. IN TXT ( "v=DKIM1; h=sha256; k=rsa; "
113 113
114### Administrator password 114### Administrator password
115 115
116See the production guide ["Administrator" section](https://docs.joinpeertube.org/#/install-any-os?id=administrator) 116See the production guide ["Administrator" section](https://docs.joinpeertube.org/install-any-os?id=administrator)
117 117
118### What now? 118### What now?
119 119
120See the production guide ["What now" section](https://docs.joinpeertube.org/#/install-any-os?id=what-now). 120See the production guide ["What now" section](https://docs.joinpeertube.org/install-any-os?id=what-now).
121 121
122### Upgrade 122### Upgrade
123 123
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md
index a276143e6..0d35820e5 100644
--- a/support/doc/plugins/guide.md
+++ b/support/doc/plugins/guide.md
@@ -636,7 +636,7 @@ and republish it on NPM. Remember that the PeerTube index will take into account
636 636
637## Plugin & Theme hooks/helpers API 637## Plugin & Theme hooks/helpers API
638 638
639See the dedicated documentation: https://docs.joinpeertube.org/#/api-plugins 639See the dedicated documentation: https://docs.joinpeertube.org/api-plugins
640 640
641 641
642## Tips 642## Tips
diff --git a/support/doc/production.md b/support/doc/production.md
index 9df79f870..a55c7930f 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -91,7 +91,7 @@ $ cd /var/www/peertube && sudo -u peertube cp peertube-latest/config/production.
91Then edit the `config/production.yaml` file according to your webserver 91Then edit the `config/production.yaml` file according to your webserver
92configuration. Keys defined in `config/production.yaml` will override keys defined in `config/default.yaml`. 92configuration. Keys defined in `config/production.yaml` will override keys defined in `config/default.yaml`.
93 93
94**PeerTube does not support webserver host change**. Even though [PeerTube CLI can help you to switch hostname](https://docs.joinpeertube.org/#/maintain-tools?id=update-hostjs) there's no official support for that since it is a risky operation that might result in unforeseen errors. 94**PeerTube does not support webserver host change**. Even though [PeerTube CLI can help you to switch hostname](https://docs.joinpeertube.org/maintain-tools?id=update-hostjs) there's no official support for that since it is a risky operation that might result in unforeseen errors.
95 95
96### Webserver 96### Webserver
97 97