Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/backend-relative-support-link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/backend': patch
---

Use a root-relative link (`/contact/support`) for the `passwordHasher` "contact support" reference so the generated API reference renders it as an internal same-tab link instead of an external one.
2 changes: 1 addition & 1 deletion packages/backend/src/api/endpoints/UserApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export type UserPasswordHashingParams = {
* </ul>
* </ul>
*
* If you need support for any particular hashing algorithm, [contact support](https://clerk.com/contact/support).
* If you need support for any particular hashing algorithm, [contact support](/contact/support).
*/
passwordHasher: PasswordHasher;
};
Expand Down
Loading