Skip to content

Commit 256d09d

Browse files
authored
Fix dropdown and typeahead tutorial links in examples page (#52)
1 parent 8a3509f commit 256d09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Dropdowns are a common button-driven input type, especially for navigation. But
1313

1414
<div data-component="dropdown"></div>
1515

16-
Curious how to build a dropdown with `Select`? Check out [the dropdown tutorial](https://citizennet.github.io/tutorials/dropdown).
16+
Curious how to build a dropdown with `Select`? Check out [the dropdown tutorial](https://citizennet.github.io/purescript-halogen-select/tutorials/dropdown).
1717

1818
### Typeahead / Autocomplete
1919

@@ -25,4 +25,4 @@ The typeahead below is quite simple; to see examples of more sophisticated typea
2525

2626
<div data-component="typeahead"></div>
2727

28-
Curious how to build a typeahead with `Select`? Check out [the typeahead tutorial](https://citizennet.github.io/tutorials/typeahead).
28+
Curious how to build a typeahead with `Select`? Check out [the typeahead tutorial](https://citizennet.github.io/purescript-halogen-select/tutorials/typeahead).

0 commit comments

Comments
 (0)