Skip to content

Commit 202ef59

Browse files
committed
Fix broken link to destructuring snippet
1 parent 0cd8a98 commit 202ef59

File tree

1 file changed

+2
-2
lines changed
  • challenges/ecosystem

1 file changed

+2
-2
lines changed

challenges/ecosystem/03.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function StarshipCard({
9696
}
9797
```
9898

99-
**🔭 Hint:** Not familiar with destructuring? [have a look at the patterns page](https://davidl.fr/workshop/patterns#destructuring-props).
99+
**🔭 Hint:** Not familiar with destructuring? [have a look at the patterns page](https://davidl.fr/workshop/snippets#destructuring).
100100

101101
### Do you need a translation?
102102

@@ -116,4 +116,4 @@ export function StarshipCard({
116116

117117
```console
118118
code --install-extension yoavbls.pretty-ts-errors
119-
```
119+
```

0 commit comments

Comments
 (0)