1
Fork 0

Fix dropdown and typeahead tutorial links in examples page ()

This commit is contained in:
milesfrain 2020-01-31 13:16:59 -08:00 committed by GitHub
parent 8a3509f233
commit 256d09dfed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Dropdowns are a common button-driven input type, especially for navigation. But
<div data-component="dropdown"></div>
Curious how to build a dropdown with `Select`? Check out [the dropdown tutorial](https://citizennet.github.io/tutorials/dropdown).
Curious how to build a dropdown with `Select`? Check out [the dropdown tutorial](https://citizennet.github.io/purescript-halogen-select/tutorials/dropdown).
### Typeahead / Autocomplete
@ -25,4 +25,4 @@ The typeahead below is quite simple; to see examples of more sophisticated typea
<div data-component="typeahead"></div>
Curious how to build a typeahead with `Select`? Check out [the typeahead tutorial](https://citizennet.github.io/tutorials/typeahead).
Curious how to build a typeahead with `Select`? Check out [the typeahead tutorial](https://citizennet.github.io/purescript-halogen-select/tutorials/typeahead).