From 256d09dfedf3aba3e6ed004753f0d89cea7cc993 Mon Sep 17 00:00:00 2001
From: milesfrain <milesfrain@users.noreply.github.com>
Date: Fri, 31 Jan 2020 13:16:59 -0800
Subject: [PATCH] Fix dropdown and typeahead tutorial links in examples page
 (#52)

---
 docs/examples.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/examples.md b/docs/examples.md
index a1c7cfc..ff1135a 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -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).