Skip to content

Commit

Permalink
Fix dropdown and typeahead tutorial links in examples page (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesfrain authored Jan 31, 2020
1 parent 8a3509f commit 256d09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).

0 comments on commit 256d09d

Please # to comment.