fix: change oidc config error notice url

This commit is contained in:
Robbe Pincket
2026-04-01 22:17:11 +02:00
parent 73b5d5514e
commit b2dfa773b0
+1 -1
View File
@@ -34,7 +34,7 @@ export function OidcConfigErrorNotice({ errors }: { errors: OidcConnectorError[]
<li key={code.key}>{code.node}</li>
))}
</ul>{" "}
<Link external styled to="https://headplane.net/configuration/sso#troubleshooting">
<Link external styled to="https://headplane.net/features/sso#troubleshooting">
Learn more
</Link>
</Card.Text>