From df79843e58e54293a5225f6f75cdd1a26e2e3f53 Mon Sep 17 00:00:00 2001 From: Jorge Ruvalcaba Date: Mon, 8 May 2023 15:57:33 -0600 Subject: [PATCH] update `@reach` links (#113) --- src/exercise/02.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exercise/02.md b/src/exercise/02.md index fae496f8..f629a93d 100644 --- a/src/exercise/02.md +++ b/src/exercise/02.md @@ -45,8 +45,8 @@ compound components come in really handy! **Real World Projects that use this pattern:** -- [`@reach/tabs`](https://reacttraining.com/reach-ui/tabs) -- Actually most of [Reach UI](https://reacttraining.com/reach-ui) implements +- [`@reach/tabs`](https://reach.tech/tabs) +- Actually most of [Reach UI](https://reach.tech) implements this pattern ## Exercise