Skip to content

Commit b912cb4

Browse files
committed
Fixes #60: Point links to github instead of gitlab
1 parent 13fdd9a commit b912cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Dart 2 requires more strict typing (yay!), and gives us the option to make getti
2727

2828
## Examples
2929

30-
* [Simple example](https://gitlab.com/brianegan/flutter_redux/tree/master/example/counter) - a port of the standard "Counter Button" example from Flutter
31-
* [Github Search](https://gitlab.com/brianegan/flutter_redux/tree/master/example/github_search) - an example of how to search as a user types, demonstrating both the Middleware and Epic approaches.
32-
* [Todo app](https://gitlab.com/brianegan/flutter_architecture_samples/tree/master/example/redux) - a more complete example, with persistence, routing, and nested state.
30+
* [Simple example](https://github.com/brianegan/flutter_redux/tree/master/example/counter) - a port of the standard "Counter Button" example from Flutter
31+
* [Github Search](https://github.com/brianegan/flutter_redux/tree/master/example/github_search) - an example of how to search as a user types, demonstrating both the Middleware and Epic approaches.
32+
* [Todo app](https://github.com/brianegan/flutter_architecture_samples/tree/master/example/redux) - a more complete example, with persistence, routing, and nested state.
3333

3434
### Companion Libraries
3535

0 commit comments

Comments
 (0)