Skip to content

Commit 7fcfb67

Browse files
authored
Fix link to async_redux package (#5224)
Fixes #5212
1 parent 39bf3f6 commit 7fcfb67

File tree

1 file changed

+1
-1
lines changed
  • src/docs/development/data-and-backend/state-mgmt

1 file changed

+1
-1
lines changed

src/docs/development/data-and-backend/state-mgmt/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ An approach similar to Provider that is compile-safe and testable. It doesn't ha
154154
[Accompanying article on Medium]: {{site.flutter-medium}}/animation-management-with-flutter-and-flux-redux-94729e6585fa
155155
[Animation Management with Redux and Flutter]: https://www.youtube.com/watch?v=9ZkLtr0Fbgk
156156
[Architect your Flutter project using BLoC pattern]: {{site.medium}}/flutterpub/architecting-your-flutter-project-bd04e144a8f1
157-
[Async Redux–Redux without boilerplate. Allows for both sync and async reducers]: {{site.pub}}/packages/async_redux/
157+
[Async Redux–Redux without boilerplate. Allows for both sync and async reducers]: {{site.pub}}/packages/async_redux
158158
[Basic state management in Google Flutter]: {{site.medium}}/@agungsurya/basic-state-management-in-google-flutter-6ee73608f96d
159159
[Flutter meets Redux: The Redux way of managing Flutter applications state]: https://medium.com/@thisisamir98/flutter-meets-redux-the-redux-way-of-managing-flutter-applications-state-f60ef693b509
160160
[BloC Library]: https://felangel.github.io/bloc

0 commit comments

Comments
 (0)