Skip to content

Commit cb9db96

Browse files
committed
📝 Fix 2 broken links in README
1 parent 151295d commit cb9db96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The short version of the setup instructions is below:
285285

286286
https://gist.github.com/cooperka/c5dd3ab11f588044d4d6ba22d52c4ab0
287287

288-
or, using the [shell script](https://github.com/cooperka/react-native-immutable-list-view/blob/master/bin/download-flatlist.sh) from this library:
288+
or, using the [shell script](https://github.com/cooperka/react-native-immutable-list-view/blob/v0.4.5/bin/download-flatlist.sh) from this library:
289289

290290
```bash
291291
npm run download-flatlist
@@ -309,4 +309,4 @@ After following the above steps, simply render it:
309309
```
310310

311311
See the [example app](https://github.com/cooperka/react-native-immutable-list-view/tree/master/example) for a working demo,
312-
or [React Native's `FlatListExample`](https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/js/FlatListExample.js) for an idea of what features are possible.
312+
or [React Native's `FlatListExample`](https://github.com/facebook/react-native/blob/master/RNTester/js/FlatListExample.js) for an idea of what features are possible.

0 commit comments

Comments
 (0)