From 609e7dcd6c6d579e27a885781c5ba667aee58eb6 Mon Sep 17 00:00:00 2001 From: Ty Smith Date: Fri, 1 Nov 2024 14:15:06 -0700 Subject: [PATCH] fix url typo for ribs-ios --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d77d46a..4d2de022 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.