From 202ef591d9e04b59159af22c393a552c8213c10f Mon Sep 17 00:00:00 2001 From: Matthew Chisolm <39521893+mchisolm0@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:19:19 -0600 Subject: [PATCH 1/2] Fix broken link to destructuring snippet --- challenges/ecosystem/03.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/ecosystem/03.md b/challenges/ecosystem/03.md index 5b6b00ff..b9e874a0 100644 --- a/challenges/ecosystem/03.md +++ b/challenges/ecosystem/03.md @@ -96,7 +96,7 @@ export function StarshipCard({ } ``` -**🔭 Hint:** Not familiar with destructuring? [have a look at the patterns page](https://davidl.fr/workshop/patterns#destructuring-props). +**🔭 Hint:** Not familiar with destructuring? [have a look at the patterns page](https://davidl.fr/workshop/snippets#destructuring). ### Do you need a translation? @@ -116,4 +116,4 @@ export function StarshipCard({ ```console code --install-extension yoavbls.pretty-ts-errors -``` \ No newline at end of file +``` From a5735b3cda761e7437cf80a3ec8a28ae40e56095 Mon Sep 17 00:00:00 2001 From: Matthew Chisolm <39521893+mchisolm0@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:22:43 -0600 Subject: [PATCH 2/2] Update the description of the link --- challenges/ecosystem/03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/ecosystem/03.md b/challenges/ecosystem/03.md index b9e874a0..8ca02974 100644 --- a/challenges/ecosystem/03.md +++ b/challenges/ecosystem/03.md @@ -96,7 +96,7 @@ export function StarshipCard({ } ``` -**🔭 Hint:** Not familiar with destructuring? [have a look at the patterns page](https://davidl.fr/workshop/snippets#destructuring). +**🔭 Hint:** Not familiar with destructuring? [have a look at the snippets page](https://davidl.fr/workshop/snippets#destructuring). ### Do you need a translation?