web: fix broken links
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
4d96437972
commit
5bfb8b454b
|
@ -22,7 +22,7 @@ export class OutpostDeploymentModal extends ModalButton {
|
|||
<p>
|
||||
<a
|
||||
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
|
||||
>
|
||||
</p>
|
||||
|
|
|
@ -167,7 +167,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
|
|||
See
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://goauthentik.io/docs/outposts/outposts?utm_source=authentik"
|
||||
href="https://goauthentik.io/docs/outposts?utm_source=authentik"
|
||||
>documentation</a
|
||||
>.
|
||||
</p>
|
||||
|
@ -210,7 +210,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
|
|||
See
|
||||
<a
|
||||
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
|
||||
>.
|
||||
</p>
|
||||
|
|
Reference in New Issue