Skip to content

Commit 10d2955

Browse files
committed
Fix docs anchors
1 parent 9d23f07 commit 10d2955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/InfiniteList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const BookList = () => (
168168

169169
`<InfiniteList>` deduces the resource and the list parameters from the URL. This is fine for a page showing a single list of records, but if you need to display more than one list in a page, you probably want to define the list parameters yourself.
170170

171-
In that case, use the [`resource`](#resource), [`sort`](#sort), and [`filter`](#filter-permanent-filter) props to set the list parameters.
171+
In that case, use the [`resource`](./List.md#resource), [`sort`](./List.md#sort), and [`filter`](./List.md#filter-permanent-filter) props to set the list parameters.
172172

173173
{% raw %}
174174
```jsx
@@ -296,7 +296,7 @@ const PostList = () => (
296296

297297
`<InfiniteList>` will call `authProvider.canAccess()` using the following parameters:
298298

299-
```jsx
299+
```js
300300
{ action: "list", resource: "posts" }
301301
```
302302

0 commit comments

Comments
 (0)