Skip to content

Commit fda10c0

Browse files
authored
fix link in callout page (#1111)
1 parent bedbbbf commit fda10c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/library/data-display/callout.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CalloutRoot: |
1919

2020
```python exec
2121
import reflex as rx
22+
from pcweb.pages import docs
2223
```
2324

2425
# Callout
@@ -29,7 +30,7 @@ A `callout` is a short message to attract user's attention.
2930
rx.callout("You will need admin privileges to install and access this application.", icon="info")
3031
```
3132

32-
The `icon` prop allows an icon to be passed to the `callout` component. See the [**icon** component for all icons that are available.](/docs/library/datadisplay/icon/)
33+
The `icon` prop allows an icon to be passed to the `callout` component. See the [**icon** component for all icons that are available.]({docs.library.data_display.icon.path})
3334

3435
## As alert
3536

0 commit comments

Comments
 (0)