diff options
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r-- | client/src/app/+signup/shared/signup-success-after-email.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+signup/shared/signup-success-before-email.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
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> |