Skip to content

Commit 05e176c

Browse files
authored
Merge pull request #268 from mchisolm0/fix-broken-links
Fix broken links
2 parents 1b438a3 + a5735b3 commit 05e176c

File tree

1 file changed

+2
-2
lines changed
  • challenges/ecosystem

1 file changed

+2
-2
lines changed

challenges/ecosystem/03.md

+2-2
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 snippets 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)