We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43cff2f + b2dfa77 commit bdcd4c5Copy full SHA for bdcd4c5
1 file changed
app/routes/auth/login/config-error.tsx
@@ -34,7 +34,7 @@ export function OidcConfigErrorNotice({ errors }: { errors: OidcErrorCode[] }) {
34
<li key={code.key}>{code.node}</li>
35
))}
36
</ul>{" "}
37
- <Link external styled to="https://headplane.net/configuration/sso#troubleshooting">
+ <Link external styled to="https://headplane.net/features/sso#troubleshooting">
38
Learn more
39
</Link>
40
</Card.Text>
0 commit comments