more helpful reference links

This commit is contained in:
MapleLeaf
2022-01-09 19:41:48 -06:00
parent fe39859b68
commit 021afc154f
4 changed files with 4 additions and 4 deletions

View File

@@ -44,4 +44,4 @@ function TheButton() {
} }
``` ```
See the [API reference](/api) for more information. See the [API reference](/api/index.html#ButtonProps) for more information.

View File

@@ -61,4 +61,4 @@ reacord.send(
) )
``` ```
See the [API Reference](/api) for the full list of embed components. See the [API Reference](/api/index.html#EmbedAuthorProps) for the full list of embed components.

View File

@@ -22,4 +22,4 @@ function AwesomeLinks() {
} }
``` ```
See the [API reference](/api) for more information. See the [API reference](/api/index.html#Link) for more information.

View File

@@ -68,4 +68,4 @@ export function FruitSelect({ onConfirm }) {
} }
``` ```
The Select component accepts a variety of props beyond what's shown here. See the [API reference](/api) for more information. The Select component accepts a variety of props beyond what's shown here. See the [API reference](/api/index.html#SelectChangeEvent) for more information.