Skip to content

Commit f748cac

Browse files
authored
Update 05_toggle_component.md
1 parent d3c6139 commit f748cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/2-essential/05_toggle_component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this guide, we will introduce matestacks `toggle` and `onclick` components. F
1010

1111
## Prerequisites
1212

13-
We expect you to have successfully finished the [previous guide](guides/essential/04_forms_edit_new_create_update_delete.md).
13+
We expect you to have successfully finished the [previous guide](/docs/guides/essential/04_forms_edit_new_create_update_delete.md).
1414

1515
## Adding a show more button with onclick
1616

@@ -93,4 +93,4 @@ git add . && git commit -m "add show more toggle to person show page"
9393

9494
We added a show more button to our persons show page and learned how to use the `onclick` and `toggle` components and what they can be used for.
9595

96-
Take a well deserved rest and make sure to come back to the next part of this series, introducing the powerful [`async` component](/guides/essential/06_async_component.md).
96+
Take a well deserved rest and make sure to come back to the next part of this series, introducing the powerful [`async` component](/docs/guides/essential/06_async_component.md).

0 commit comments

Comments
 (0)