Skip to content

Commit

Permalink
docs: update examples gif hrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Mar 4, 2024
1 parent 5e7bd00 commit 236e3c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,34 +93,34 @@ The goal of this library is to make it easy to separate _presentation_ from _bus
<tr>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-counter">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/gifs/flutter_counter.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_counter.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-infinite-list">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/gifs/flutter_infinite_list.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_infinite_list.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-login">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/gifs/flutter_firebase_login.gif" width="200" />
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_firebase_login.gif" width="200" />
</a>
</td>
</tr>
<tr>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/github-search">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/gifs/flutter_github_search.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_github_search.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-weather">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/gifs/flutter_weather.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_weather.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-todos">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/gifs/flutter_todos.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_todos.gif" width="200"/>
</a>
</td>
</tr>
Expand Down

0 comments on commit 236e3c3

Please sign in to comment.