Skip to content

Commit

Permalink
Merge branch 'releases/november' into RK-802-docs-multitenancy
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Oct 28, 2024
2 parents 2a6a931 + fd2e8cb commit 9e834d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/beige-cougars-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@refinedev/chakra-ui": patch
---

chore(tsdoc): fix broken external documentation link

In TSDoc description of the `<EmailField />` component, link to the official documentation of Chakra UI was broken and couldn't be opened. This PR fixes the link by updating the URL to the correct one.
2 changes: 1 addition & 1 deletion packages/chakra-ui/src/components/fields/email/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { EmailFieldProps } from "../types";

/**
* This field is used to display email values. It uses the {@link https://chakra-ui.com/docs/components/text `<Text>` }
* and {@link https://chakra-ui.com/docs/components/link/usage <Link>`} components from Chakra UI.
* and {@link https://www.chakra-ui.com/docs/components/link <Link>`} components from Chakra UI.
*
* @see {@link https://refine.dev/docs/api-reference/chakra-ui/components/fields/email} for more details.
*/
Expand Down

0 comments on commit 9e834d5

Please sign in to comment.