Skip to content

Commit 3aeda91

Browse files
Fix useDefineAppLocation links
1 parent ee3dc27 commit 3aeda91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Breadcrumb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ const PostEdit = () => (
627627
);
628628
```
629629

630-
**Tip**: If your `<Edit>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](#usedefineapplocation) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.EditItem>` as it will read the record from the `AppLocationContext`:
630+
**Tip**: If your `<Edit>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](./useDefineAppLocation.md) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.EditItem>` as it will read the record from the `AppLocationContext`:
631631

632632
```tsx
633633
const MyBreadcrumb = () => (
@@ -681,7 +681,7 @@ const PostShow = () => (
681681
);
682682
```
683683

684-
**Tip**: If your `<Show>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](#usedefineapplocation) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.ShowItem>` as it will read the record from the `AppLocationContext`:
684+
**Tip**: If your `<Show>` component has a `meta` parameter but manually calls [`useDefineAppLocation`](./useDefineAppLocation.md) and provides it with the record, you don't need to set the `meta` prop on the `<Breadcrumb.ShowItem>` as it will read the record from the `AppLocationContext`:
685685

686686
```tsx
687687
const MyBreadcrumb = () => (

0 commit comments

Comments
 (0)