Skip to content

Commit

Permalink
Update @reach/listbox link (#117)
Browse files Browse the repository at this point in the history
* Update 06.md

* Adding missing broken link
  • Loading branch information
jorgeruvalcaba committed May 19, 2023
1 parent df79843 commit 82ba497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exercise/06.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 82ba497

Please sign in to comment.