diff options
Diffstat (limited to 'client/src')
11 files changed, 19 insertions, 19 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index c0177fe6c..d1c3c678a 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html | |||
@@ -25,7 +25,7 @@ | |||
25 | <div class="card"> | 25 | <div class="card"> |
26 | <div class="card-body"> | 26 | <div class="card-body"> |
27 | <div class="card-title"> | 27 | <div class="card-title"> |
28 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-setup-account">Use PeerTube documentation</a> | 28 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use/setup-account">Use PeerTube documentation</a> |
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <div i18n class="card-text"> | 31 | <div i18n class="card-text"> |
@@ -37,7 +37,7 @@ | |||
37 | <div class="card"> | 37 | <div class="card"> |
38 | <div class="card-body"> | 38 | <div class="card-body"> |
39 | <div class="card-title"> | 39 | <div class="card-title"> |
40 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-third-party-application">PeerTube Applications</a> | 40 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use/third-party-application">PeerTube Applications</a> |
41 | </div> | 41 | </div> |
42 | 42 | ||
43 | <div i18n class="card-text"> | 43 | <div i18n class="card-text"> |
@@ -49,7 +49,7 @@ | |||
49 | <div class="card"> | 49 | <div class="card"> |
50 | <div class="card-body"> | 50 | <div class="card-body"> |
51 | <div class="card-title"> | 51 | <div class="card-title"> |
52 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/contribute-getting-started">Contribute on PeerTube</a> | 52 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/contribute/getting-started">Contribute on PeerTube</a> |
53 | </div> | 53 | </div> |
54 | 54 | ||
55 | <div i18n class="card-text"> | 55 | <div i18n class="card-text"> |
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 2a9f9d69d..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 1e7691f9e..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> |
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html index 806dd6f48..df4687ce9 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html | |||
@@ -29,7 +29,7 @@ | |||
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <div i18n> | 31 | <div i18n> |
32 | See the <a target="_blank" href="https://docs.joinpeertube.org/use-library?id=playlist">documentation</a> for more information. | 32 | See the <a target="_blank" href="https://docs.joinpeertube.org/use/library#playlist">documentation</a> for more information. |
33 | </div> | 33 | </div> |
34 | </div> | 34 | </div> |
35 | 35 | ||
diff --git a/client/src/app/+signup/shared/signup-success-after-email.component.html b/client/src/app/+signup/shared/signup-success-after-email.component.html index 1c3536ada..683e55525 100644 --- a/client/src/app/+signup/shared/signup-success-after-email.component.html +++ b/client/src/app/+signup/shared/signup-success-after-email.component.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <p i18n>Your email has been verified and your account has been created!</p> | 15 | <p i18n>Your email has been verified and your account has been created!</p> |
16 | 16 | ||
17 | <p i18n> | 17 | <p i18n> |
18 | If you need help to use PeerTube, you can have a look at the <a class="link-orange" href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. | 18 | If you need help to use PeerTube, you can have a look at the <a class="link-orange" href="https://docs.joinpeertube.org/use/setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. |
19 | </p> | 19 | </p> |
20 | </ng-container> | 20 | </ng-container> |
21 | </div> | 21 | </div> |
diff --git a/client/src/app/+signup/shared/signup-success-before-email.component.html b/client/src/app/+signup/shared/signup-success-before-email.component.html index b9668ee82..8e2494b65 100644 --- a/client/src/app/+signup/shared/signup-success-before-email.component.html +++ b/client/src/app/+signup/shared/signup-success-before-email.component.html | |||
@@ -29,7 +29,7 @@ | |||
29 | </p> | 29 | </p> |
30 | 30 | ||
31 | <p *ngIf="!requiresApproval" i18n> | 31 | <p *ngIf="!requiresApproval" i18n> |
32 | If you need help to use PeerTube, you can have a look at the <a class="link-orange" href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. | 32 | If you need help to use PeerTube, you can have a look at the <a class="link-orange" href="https://docs.joinpeertube.org/use/setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. |
33 | </p> | 33 | </p> |
34 | </ng-container> | 34 | </ng-container> |
35 | </div> | 35 | </div> |
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 0fb9897b9..6c5258010 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -142,7 +142,7 @@ | |||
142 | <a i18n href="https://joinpeertube.org/help" i18n-title title="Get help using PeerTube" target="_blank" rel="noopener noreferrer">Help</a> | 142 | <a i18n href="https://joinpeertube.org/help" i18n-title title="Get help using PeerTube" target="_blank" rel="noopener noreferrer">Help</a> |
143 | <a i18n href="https://joinpeertube.org/faq" i18n-title title="Frequently asked questions about PeerTube" target="_blank" rel="noopener noreferrer">FAQ</a> | 143 | <a i18n href="https://joinpeertube.org/faq" i18n-title title="Frequently asked questions about PeerTube" target="_blank" rel="noopener noreferrer">FAQ</a> |
144 | <a i18n routerLink="/about/instance" fragment="statistics">Stats</a> | 144 | <a i18n routerLink="/about/instance" fragment="statistics">Stats</a> |
145 | <a i18n href="https://docs.joinpeertube.org/api-rest-reference.html" i18n-title title="API documentation" target="_blank" rel="noopener noreferrer">API</a> | 145 | <a i18n href="https://docs.joinpeertube.org/api/rest-reference.html" i18n-title title="API documentation" target="_blank" rel="noopener noreferrer">API</a> |
146 | <a role="button" (click)="openHotkeysCheatSheet()" class="c-hand" i18n>Keyboard shortcuts</a> | 146 | <a role="button" (click)="openHotkeysCheatSheet()" class="c-hand" i18n>Keyboard shortcuts</a> |
147 | </div> | 147 | </div> |
148 | </div> | 148 | </div> |
diff --git a/client/src/app/modal/admin-welcome-modal.component.html b/client/src/app/modal/admin-welcome-modal.component.html index b74d73185..826b547c3 100644 --- a/client/src/app/modal/admin-welcome-modal.component.html +++ b/client/src/app/modal/admin-welcome-modal.component.html | |||
@@ -8,22 +8,22 @@ | |||
8 | 8 | ||
9 | <div class="block-documentation"> | 9 | <div class="block-documentation"> |
10 | <div class="columns"> | 10 | <div class="columns"> |
11 | <a class="link-block" href="https://docs.joinpeertube.org/maintain-tools" target="_blank" rel="noopener noreferrer"> | 11 | <a class="link-block" href="https://docs.joinpeertube.org/maintain/tools" target="_blank" rel="noopener noreferrer"> |
12 | <a i18n class="link-title" href="https://docs.joinpeertube.org/maintain-tools" target="_blank" rel="noopener noreferrer">CLI | 12 | <a i18n class="link-title" href="https://docs.joinpeertube.org/maintain/tools" target="_blank" rel="noopener noreferrer">CLI |
13 | documentation</a> | 13 | documentation</a> |
14 | 14 | ||
15 | <div i18n>Upload or import videos, parse logs, prune storage directories, reset user password...</div> | 15 | <div i18n>Upload or import videos, parse logs, prune storage directories, reset user password...</div> |
16 | </a> | 16 | </a> |
17 | 17 | ||
18 | <a class="link-block" href="https://docs.joinpeertube.org/admin-following-instances" target="_blank" rel="noopener noreferrer"> | 18 | <a class="link-block" href="https://docs.joinpeertube.org/admin/following-instances" target="_blank" rel="noopener noreferrer"> |
19 | <a i18n class="link-title" href="https://docs.joinpeertube.org/admin-following-instances" target="_blank" rel="noopener noreferrer">Administer | 19 | <a i18n class="link-title" href="https://docs.joinpeertube.org/admin/following-instances" target="_blank" rel="noopener noreferrer">Administer |
20 | documentation</a> | 20 | documentation</a> |
21 | 21 | ||
22 | <div i18n>Managing users, following other instances, dealing with spammers...</div> | 22 | <div i18n>Managing users, following other instances, dealing with spammers...</div> |
23 | </a> | 23 | </a> |
24 | 24 | ||
25 | <a class="link-block" href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer"> | 25 | <a class="link-block" href="https://docs.joinpeertube.org/use/setup-account" target="_blank" rel="noopener noreferrer"> |
26 | <a i18n class="link-title" href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">Use | 26 | <a i18n class="link-title" href="https://docs.joinpeertube.org/use/setup-account" target="_blank" rel="noopener noreferrer">Use |
27 | documentation</a> | 27 | documentation</a> |
28 | 28 | ||
29 | <div i18n>Setup your account, managing video playlists, discover third-party applications...</div> | 29 | <div i18n>Setup your account, managing video playlists, discover third-party applications...</div> |
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html index 0ca84ff78..73a2b4058 100644 --- a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html +++ b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html | |||
@@ -1,3 +1,3 @@ | |||
1 | <ng-container i18n> | 1 | <ng-container i18n> |
2 | <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noreferrer noopener">Markdown compatible</a> that also supports <a href="https://docs.joinpeertube.org/api-custom-client-markup" target="_blank" rel="noreferrer noopener">custom PeerTube HTML tags</a> | 2 | <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noreferrer noopener">Markdown compatible</a> that also supports <a href="https://docs.joinpeertube.org/api/custom-client-markup" target="_blank" rel="noreferrer noopener">custom PeerTube HTML tags</a> |
3 | </ng-container> | 3 | </ng-container> |
diff --git a/client/src/app/shared/shared-video-live/live-documentation-link.component.html b/client/src/app/shared/shared-video-live/live-documentation-link.component.html index 27248645f..9e5195e74 100644 --- a/client/src/app/shared/shared-video-live/live-documentation-link.component.html +++ b/client/src/app/shared/shared-video-live/live-documentation-link.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <p i18n> | 1 | <p i18n> |
2 | See <a class="link-orange" href="https://docs.joinpeertube.org/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3" target="_blank" rel="noopener noreferrer">the documentation</a> | 2 | See <a class="link-orange" href="https://docs.joinpeertube.org/use/create-upload-video#publish-a-live" target="_blank" rel="noopener noreferrer">the documentation</a> |
3 | to learn how to use the PeerTube live streaming feature. | 3 | to learn how to use the PeerTube live streaming feature. |
4 | </p> | 4 | </p> |
diff --git a/client/src/standalone/player/README.md b/client/src/standalone/player/README.md index 0639b4650..7b47e8f02 100644 --- a/client/src/standalone/player/README.md +++ b/client/src/standalone/player/README.md | |||
@@ -1,3 +1,3 @@ | |||
1 | # @peertube/embed-api | 1 | # @peertube/embed-api |
2 | 2 | ||
3 | See https://docs.joinpeertube.org/api-embed-player | 3 | See https://docs.joinpeertube.org/api/embed-player |