Skip to content

Commit 698ecdc

Browse files
committed
Fix links in the TSDoc for the module augmentation
1 parent 71fcfa3 commit 698ecdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/module-augmentation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare module "react-select/dist/declarations/src/Select" {
2828
* Options: `sm` | `md` | `lg`
2929
*
3030
* @defaultValue `md`
31-
* @see {@link https://github.com/csandman/chakra-react-select#size--options-sm-md-lg--default-md}
31+
* @see {@link https://github.com/csandman/chakra-react-select#size--options-sm--md--lg--default-md}
3232
* @see {@link https://chakra-ui.com/docs/components/input#changing-the-size-of-the-input}
3333
*/
3434
size?: Size;
@@ -82,7 +82,7 @@ declare module "react-select/dist/declarations/src/Select" {
8282
* Options: "subtle" | "solid" | "outline"
8383
*
8484
* @defaultValue `subtle`
85-
* @see {@link https://github.com/csandman/chakra-react-select#tagvariant--options-subtle-solid-outline--default-subtle}
85+
* @see {@link https://github.com/csandman/chakra-react-select#tagvariant--options-subtle--solid--outline--default-subtle}
8686
* @see {@link https://chakra-ui.com/docs/data-display/tag#props}
8787
*/
8888
tagVariant?: TagVariant;
@@ -104,7 +104,7 @@ declare module "react-select/dist/declarations/src/Select" {
104104
* Options: `color` | `check`
105105
*
106106
* @defaultValue `color`
107-
* @see {@link https://github.com/csandman/chakra-react-select#selectedoptionstyle--options-color-check--default-color}
107+
* @see {@link https://github.com/csandman/chakra-react-select#selectedoptionstyle--options-color--check--default-color}
108108
* @see {@link https://chakra-ui.com/docs/components/menu#menu-option-groups}
109109
*/
110110
selectedOptionStyle?: SelectedOptionStyle;

0 commit comments

Comments
 (0)