web: fix broken links

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-30 16:27:16 +01:00
parent 4d96437972
commit 5bfb8b454b
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ export class OutpostDeploymentModal extends ModalButton {
<p> <p>
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/outposts/outposts/?utm_source=authentik#deploy" href="https://goauthentik.io/docs/outposts?utm_source=authentik#deploy"
>${t`View deployment documentation`}</a >${t`View deployment documentation`}</a
> >
</p> </p>

View File

@ -167,7 +167,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
See See
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/outposts/outposts?utm_source=authentik" href="https://goauthentik.io/docs/outposts?utm_source=authentik"
>documentation</a >documentation</a
>. >.
</p> </p>
@ -210,7 +210,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
See See
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/outposts/outposts?utm_source=authentik#configuration" href="https://goauthentik.io/docs/outposts?utm_source=authentik#configuration"
>documentation</a >documentation</a
>. >.
</p> </p>