diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 6 | ||||
-rw-r--r-- | support/doc/docker.md | 4 | ||||
-rw-r--r-- | support/doc/production.md | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 568a0ba0d..fa50e8f17 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -33,7 +33,7 @@ info: | |||
33 | ## Roles | 33 | ## Roles |
34 | 34 | ||
35 | Accounts are given permissions based on their role. There are three roles on | 35 | Accounts are given permissions based on their role. There are three roles on |
36 | PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/admin/managing-users?id=roles) for a detail of their permissions. | 36 | PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/admin/managing-users#roles) for a detail of their permissions. |
37 | 37 | ||
38 | # Errors | 38 | # Errors |
39 | 39 | ||
@@ -204,7 +204,7 @@ tags: | |||
204 | information across its social graph by posting activities to actors' inbox | 204 | information across its social graph by posting activities to actors' inbox |
205 | endpoints. | 205 | endpoints. |
206 | externalDocs: | 206 | externalDocs: |
207 | url: https://docs.joinpeertube.org/admin/following-instances?id=instances-follows | 207 | url: https://docs.joinpeertube.org/admin/following-instances#instances-follows |
208 | - name: Instance Redundancy | 208 | - name: Instance Redundancy |
209 | description: > | 209 | description: > |
210 | Redundancy is part of the inter-server solidarity that PeerTube fosters. | 210 | Redundancy is part of the inter-server solidarity that PeerTube fosters. |
@@ -212,7 +212,7 @@ tags: | |||
212 | to the policy of video selection of your choice. Note that you have a similar functionality | 212 | to the policy of video selection of your choice. Note that you have a similar functionality |
213 | to mirror individual videos, see [video mirroring](#tag/Video-Mirroring). | 213 | to mirror individual videos, see [video mirroring](#tag/Video-Mirroring). |
214 | externalDocs: | 214 | externalDocs: |
215 | url: https://docs.joinpeertube.org/admin/following-instances?id=instances-redundancy | 215 | url: https://docs.joinpeertube.org/admin/following-instances#instances-redundancy |
216 | - name: Plugins | 216 | - name: Plugins |
217 | description: > | 217 | description: > |
218 | Managing plugins installed from a local path or from NPM, or search for new ones. | 218 | Managing plugins installed from a local path or from NPM, or search for new ones. |
diff --git a/support/doc/docker.md b/support/doc/docker.md index 5e018e486..e3f9b5477 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -119,11 +119,11 @@ peertube._domainkey.mydomain.tld. IN TXT ( "v=DKIM1; h=sha256; k=rsa; " | |||
119 | 119 | ||
120 | #### Administrator password | 120 | #### Administrator password |
121 | 121 | ||
122 | See the production guide ["Administrator" section](https://docs.joinpeertube.org/install/any-os?id=technologist-administrator) | 122 | See the production guide ["Administrator" section](https://docs.joinpeertube.org/install/any-os#administrator) |
123 | 123 | ||
124 | #### What now? | 124 | #### What now? |
125 | 125 | ||
126 | See the production guide ["What now" section](https://docs.joinpeertube.org/install/any-os?id=tada-what-now). | 126 | See the production guide ["What now" section](https://docs.joinpeertube.org/install/any-os#what-now). |
127 | 127 | ||
128 | ## Upgrade | 128 | ## Upgrade |
129 | 129 | ||
diff --git a/support/doc/production.md b/support/doc/production.md index 7ea313e7d..74bd3a673 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -125,7 +125,7 @@ Then edit the `config/production.yaml` file according to your webserver and data | |||
125 | 125 | ||
126 | Keys defined in `config/production.yaml` will override keys defined in `config/default.yaml`. | 126 | Keys defined in `config/production.yaml` will override keys defined in `config/default.yaml`. |
127 | 127 | ||
128 | **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. | 128 | **PeerTube does not support webserver host change**. Even though [PeerTube CLI can help you to switch hostname](https://docs.joinpeertube.org/maintain/tools#update-host-js) there's no official support for that since it is a risky operation that might result in unforeseen errors. |
129 | 129 | ||
130 | ### :truck: Webserver | 130 | ### :truck: Webserver |
131 | 131 | ||