From 3c4cd1c33566b527646fdfd90765c6459fef8c7f Mon Sep 17 00:00:00 2001 From: Afonso <4775087+afonsograca@users.noreply.github.com> Date: Mon, 18 Nov 2019 07:28:46 -0800 Subject: [PATCH] Update RxIGListKit link on Best Practices & FAQ (#1375) Summary: ## Changes in this pull request Updated the link to RxIGListKit as the current one points to a dead end. Simple documentation update, no code changes. Issue fixed: # ### Checklist - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1375 Reviewed By: bdotdub Differential Revision: D18525301 Pulled By: iperry90 fbshipit-source-id: 650c6828b5a9ba256d2aa6b0c1abb27d3de43a8c --- Guides/Best Practices and FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/Best Practices and FAQ.md b/Guides/Best Practices and FAQ.md index f80b24fc..2a6c5bc7 100644 --- a/Guides/Best Practices and FAQ.md +++ b/Guides/Best Practices and FAQ.md @@ -52,7 +52,7 @@ This feature is on the `master` branch only and hasn't been officially tagged an - Core Data ([Working with Core Data](https://instagram.github.io/IGListKit/working-with-core-data.html) Guide) - AsyncDisplayKit ([AsyncDisplayKit/#2942](https://github.com/facebook/AsyncDisplayKit/pull/2942)) - ComponentKit ([ocrickard/IGListKit-ComponentKit](https://github.com/ocrickard/IGListKit-ComponentKit)) -- RxSwift ([yuzushioh/RxIGListKit](https://github.com/yuzushioh/RxIGListKit)) +- RxSwift ([RxSwiftCommunity/RxIGListKit](https://github.com/RxSwiftCommunity/RxIGListKit)) - React Native - Reactive Cocoa