From 39504e2487aca1fa2b8b287726765e7135ac8e56 Mon Sep 17 00:00:00 2001 From: Artur Motyka Date: Fri, 3 Jan 2025 06:01:12 +0100 Subject: [PATCH] chore: update outdated docs links (#74) --- app/routes/acls/editor.tsx | 2 +- app/routes/dns/components/dns.tsx | 2 +- app/routes/users/components/auth.tsx | 2 +- app/routes/users/components/oidc.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/routes/acls/editor.tsx b/app/routes/acls/editor.tsx index 14f850b..11fca02 100644 --- a/app/routes/acls/editor.tsx +++ b/app/routes/acls/editor.tsx @@ -227,7 +227,7 @@ export default function Page() { and the {' '} Headscale docs diff --git a/app/routes/dns/components/dns.tsx b/app/routes/dns/components/dns.tsx index 742c219..65309d8 100644 --- a/app/routes/dns/components/dns.tsx +++ b/app/routes/dns/components/dns.tsx @@ -28,7 +28,7 @@ export default function DNS({ records, isDisabled }: Props) { records are supported. {' '} Learn More diff --git a/app/routes/users/components/auth.tsx b/app/routes/users/components/auth.tsx index 1e8e62f..3cd4620 100644 --- a/app/routes/users/components/auth.tsx +++ b/app/routes/users/components/auth.tsx @@ -24,7 +24,7 @@ export default function Auth({ magic }: Props) { experience when using Headscale. {' '} Learn more diff --git a/app/routes/users/components/oidc.tsx b/app/routes/users/components/oidc.tsx index ee44b89..4ae3644 100644 --- a/app/routes/users/components/oidc.tsx +++ b/app/routes/users/components/oidc.tsx @@ -30,7 +30,7 @@ export default function Oidc({ oidc, magic }: Props) { Groups and user information do not automatically sync. {' '} Learn more