Skip to content

Commit e7c780a

Browse files
committed
fix 404 links on ecosystem
1 parent c1dac62 commit e7c780a

File tree

1 file changed

+5
-5
lines changed
  • challenges/ecosystem

1 file changed

+5
-5
lines changed

challenges/ecosystem/01.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example:
5959
... paste an example result here
6060
```
6161

62-
Feel free to copy/paste some [React Native snippets from this list](https://davidl.fr/pattern).
62+
Feel free to copy/paste some [React Native snippets from this list](https://davidl.fr/snippets).
6363

6464
### React Native Snippets
6565

@@ -69,7 +69,7 @@ Feel free to copy/paste some [React Native snippets from this list](https://davi
6969
code --install-extension dsznajder.es7-react-js-snippets
7070
```
7171

72-
- [ ] On your new `cheatcodes.md` write down [React Native components shortcuts](https://github.com/dsznajder/vs code-es7-javascript-react-snippets#react-native-components) you prefer (_Are you a `const` or a `function` person?_)
72+
- [ ] On your new `cheatcodes.md` write down [React Native components shortcuts](https://github.com/r5n-dev/vscode-react-javascript-snippets/blob/master/docs/Snippets.md#react-native-components) you prefer (_Are you a `const` or a `function` person?_).
7373

7474
**🔭 Hint:** Using `ts` before `rn**` wil automatically add typescript definitions 🚀
7575

@@ -81,9 +81,9 @@ code --install-extension dsznajder.es7-react-js-snippets
8181
code --install-extension nathanchapman.javascriptsnippets
8282
```
8383

84-
- [ ] add 3 [JavaScripts Snippets](https://github.com/nathanchapman/vs code-javascript-snippets) to your `cheatcodes.md`.
84+
- [ ] add 3 [JavaScripts Snippets](https://github.com/nathanchapman/vscode-javascript-snippets) to your `cheatcodes.md`.
8585

86-
**🔭 Hint:** I use `map⇥` and `filter⇥` all the time.
86+
**🔭 Hint:** I use `fn⇥`, `map⇥` and `filter⇥` all the time.
8787

8888
### Turbo `console.log()`
8989

@@ -134,7 +134,7 @@ In your `settings.json`:
134134

135135
<img src="https://raw.githubusercontent.com/flexbox/react-native-bootcamp/main/challenges/ecosystem/autoDetectColorScheme.png" alt="VS Code theme for light and dark mode" />
136136

137-
I use the theme [Night Owl](https://github.com/sdras/night-owl-vs code-theme)
137+
I use the theme [Night Owl](https://github.com/sdras/night-owl-vscode-theme)
138138

139139
```console
140140
code --install-extension sdras.night-owl

0 commit comments

Comments
 (0)