Skip to content

Commit bdcd4c5

Browse files
authored
Merge pull request #518 from Kroppeb/fix/wrong-url-in-help-message
2 parents 43cff2f + b2dfa77 commit bdcd4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes/auth/login/config-error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function OidcConfigErrorNotice({ errors }: { errors: OidcErrorCode[] }) {
3434
<li key={code.key}>{code.node}</li>
3535
))}
3636
</ul>{" "}
37-
<Link external styled to="https://headplane.net/configuration/sso#troubleshooting">
37+
<Link external styled to="https://headplane.net/features/sso#troubleshooting">
3838
Learn more
3939
</Link>
4040
</Card.Text>

0 commit comments

Comments
 (0)