Skip to content

Commit 4a9bbbc

Browse files
authored
Merge pull request #647 from uber/ribs-ios-link-fix
fix url typo for ribs-ios
2 parents 6af95ee + 609e7dc commit 4a9bbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77
[![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)
88

9-
> ⚠️ **Alert:** RIBs for IOS has been has been moved to a [separate repo](github.com/uber/ribs-ios)
9+
> ⚠️ **Alert:** RIBs for IOS has been has been moved to a [separate repo](https://github.com/uber/ribs-ios)
1010
1111
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.
1212

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

6161
If you like RIBs, check out other related open source projects from our team:
62-
- [RIBs-iOS](github.com/uber/ribs-ios): The iOS version of RIBs
62+
- [RIBs-iOS](https://github.com/uber/ribs-ios): The iOS version of RIBs
6363
- [Needle](https://github.com/uber/needle): a compile-time safe Swift dependency injection framework.
6464
- [Motif](https://github.com/uber/motif): An abstract on top of Dagger offering simpler APIs for nested scopes.
6565
- [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.

0 commit comments

Comments
 (0)