Skip to content

Commit 97af615

Browse files
committed
Fix MvRx framework link
1 parent c7aed6d commit 97af615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Remixer is a framework to iterate quickly on UI changes by allowing you to adjus
296296
* [JavaPoet](https://github.com/square/javapoet) - A Java API for generating .java source files.
297297
* [Lightweight Stream API](https://github.com/aNNiMON/Lightweight-Stream-API) - Stream API from Java 8 rewritten on iterators for Java 7 and below
298298
* [Mosby](https://github.com/sockeqwe/mosby) - A Model-View-Presenter / Model-View-Intent library for modern Android apps
299-
* [MvRx](airbnb/MvRx) - MvRx: Android on Autopilot
299+
* [MvRx](https://github.com/airbnb/MvRx) - MvRx: Android on Autopilot
300300
* [Optional](https://github.com/MrHadiSatrio/Optional) - Java 8 Optional-like APIs for everyone
301301
* [RetroLambda](https://github.com/evant/gradle-retrolambda) - A Gradle plugin for getting Java lambda support in Java 6, 7 and android
302302
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) – This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle-free. More specifically, it provides a Scheduler that schedules on the main thread or any given Looper.

0 commit comments

Comments
 (0)