diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-23 09:46:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-23 09:46:43 +0100 |
commit | f44cd95c013c21454dc868c879c3d9230e8637c7 (patch) | |
tree | 4bec5237593e32e75443732e90b937a608dc1440 /client/src/app/+admin/config | |
parent | c6ae14ee3f7c6b2707f4c518bb9c4ea8e38b980c (diff) | |
download | PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.gz PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.tar.zst PeerTube-f44cd95c013c21454dc868c879c3d9230e8637c7.zip |
Update doc anchor links
Diffstat (limited to 'client/src/app/+admin/config')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html | 4 | ||||
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html index 2a46e61df..8399b5d56 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html | |||
@@ -280,7 +280,7 @@ | |||
280 | i18n-labelText labelText="Allow import with HTTP URL (e.g. YouTube)" | 280 | i18n-labelText labelText="Allow import with HTTP URL (e.g. YouTube)" |
281 | > | 281 | > |
282 | <ng-container ngProjectAs="description"> | 282 | <ng-container ngProjectAs="description"> |
283 | <span i18n>⚠️ If enabled, we recommend to use <a class="link-orange" href="https://docs.joinpeertube.org/maintain/configuration?id=security">a HTTP proxy</a> to prevent private URL access from your PeerTube server</span> | 283 | <span i18n>⚠️ If enabled, we recommend to use <a class="link-orange" href="https://docs.joinpeertube.org/maintain/configuration#security">a HTTP proxy</a> to prevent private URL access from your PeerTube server</span> |
284 | </ng-container> | 284 | </ng-container> |
285 | </my-peertube-checkbox> | 285 | </my-peertube-checkbox> |
286 | </div> | 286 | </div> |
@@ -503,7 +503,7 @@ | |||
503 | <div i18n>⚠️ This functionality requires a lot of attention and extra moderation.</div> | 503 | <div i18n>⚠️ This functionality requires a lot of attention and extra moderation.</div> |
504 | 504 | ||
505 | <span i18n> | 505 | <span i18n> |
506 | See <a class="link-orange" href="https://docs.joinpeertube.org/admin/following-instances?id=automatically-follow-other-instances" rel="noopener noreferrer" target="_blank">the documentation</a> for more information about the expected URL | 506 | See <a class="link-orange" href="https://docs.joinpeertube.org/admin/following-instances#automatically-follow-other-instances" rel="noopener noreferrer" target="_blank">the documentation</a> for more information about the expected URL |
507 | </span> | 507 | </span> |
508 | </ng-container> | 508 | </ng-container> |
509 | 509 | ||
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html index 531fa0cfe..de9e7253e 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html | |||
@@ -10,7 +10,7 @@ | |||
10 | </span> | 10 | </span> |
11 | 11 | ||
12 | <span i18n> | 12 | <span i18n> |
13 | However, you may want to read <a class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/admin/configuration?id=transcoding">our guidelines</a> before tweaking the following values. | 13 | However, you may want to read <a class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/admin/configuration#vod-transcoding">our guidelines</a> before tweaking the following values. |
14 | </span> | 14 | </span> |
15 | </div> | 15 | </div> |
16 | </div> | 16 | </div> |