Skip to content

Commit

Permalink
Merge pull request #647 from uber/ribs-ios-link-fix
Browse files Browse the repository at this point in the history
fix url typo for ribs-ios
  • Loading branch information
tyvsmith authored Nov 21, 2024
2 parents 6af95ee + 609e7dc commit 4a9bbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.uber.rib/rib-android.svg)](https://search.maven.org/artifact/com.uber.rib/rib-android)

> ⚠️ **Alert:** RIBs for IOS has been has been moved to a [separate repo](github.com/uber/ribs-ios)
> ⚠️ **Alert:** RIBs for IOS has been has been moved to a [separate repo](https://github.com/uber/ribs-ios)
RIBs is the cross-platform architecture framework behind many mobile apps at Uber. The name RIBs is short for Router, Interactor and Builder, which are core components of this architecture. This framework is designed for mobile apps with a large number of engineers and nested states.

Expand Down Expand Up @@ -59,7 +59,7 @@ There are a number of extension packages available as well including Kotlin exte
## Related projects

If you like RIBs, check out other related open source projects from our team:
- [RIBs-iOS](github.com/uber/ribs-ios): The iOS version of RIBs
- [RIBs-iOS](https://github.com/uber/ribs-ios): The iOS version of RIBs
- [Needle](https://github.com/uber/needle): a compile-time safe Swift dependency injection framework.
- [Motif](https://github.com/uber/motif): An abstract on top of Dagger offering simpler APIs for nested scopes.
- [Swift Concurrency](https://github.com/uber/swift-concurrency): a set of concurrency utility classes used by Uber, inspired by the equivalent [java.util.concurrent](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/package-summary.html) package classes.
Expand Down

0 comments on commit 4a9bbbc

Please sign in to comment.