Skip to content

Commit 286961d

Browse files
committed
docs: fix cross-reference link in list-components guide
1 parent c1c2232 commit 286961d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/content/docs/guides/list-components.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export function CompleteList({ items }) {
201201

202202
## Custom Attributes
203203

204-
You can configure additional custom attributes using the [Babel configuration](/advanced/babel-configuration/). For example, to support `ListEmptyComponentClassName`:
204+
You can configure additional custom attributes using the [Babel configuration](../advanced/babel-configuration/). For example, to support `ListEmptyComponentClassName`:
205205

206206
```javascript
207207
// babel.config.js
@@ -231,6 +231,6 @@ Then use it:
231231

232232
## What's Next?
233233

234-
- Learn about [Custom Attributes](/advanced/custom-attributes/) for more control
235-
- Explore [Babel Configuration](/advanced/babel-configuration/) for plugin options
236-
- Check out [Reusable Components](/guides/reusable-components/) for building component libraries
234+
- Learn about [Custom Attributes](../advanced/custom-attributes/) for more control
235+
- Explore [Babel Configuration](../advanced/babel-configuration/) for plugin options
236+
- Check out [Reusable Components](./reusable-components/) for building component libraries

0 commit comments

Comments
 (0)