From 82ba49784a5e3b193e5e5f5bacbc9e08f0cadb73 Mon Sep 17 00:00:00 2001 From: Jorge Ruvalcaba Date: Thu, 18 May 2023 20:28:55 -0600 Subject: [PATCH] Update `@reach/listbox` link (#117) * Update 06.md * Adding missing broken link --- src/exercise/06.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exercise/06.md b/src/exercise/06.md index fe91e096..faf2b625 100644 --- a/src/exercise/06.md +++ b/src/exercise/06.md @@ -68,7 +68,7 @@ function MyTwoInputs() { **Real World Projects that use this pattern:** - [downshift](https://github.com/downshift-js/downshift) -- [`@reach/listbox`](https://reacttraining.com/reach-ui/listbox) +- [`@reach/listbox`](https://reach.tech/listbox) ## Exercise @@ -127,7 +127,7 @@ warning(true, 'This will not warn') ``` A real-world component that does this is -[`@reach/listbox`](https://reacttraining.com/reach-ui/listbox/) +[`@reach/listbox`](https://reach.tech/listbox) ### 2. 💯 add a controlled state warning