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>
|
<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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Reference in New Issue