From 56c430d3554110c2de80636fb1ca6d429d46a152 Mon Sep 17 00:00:00 2001 From: marcprux Date: Mon, 25 Sep 2023 12:38:11 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca57629d..b922fc9a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To help fill in unimplemented API in SkipUI: - SwiftUI uses complex generics extensively, and the generics systems of Swift and Kotlin have significant differences. You may have to replace some generics or generic constraints with looser typing in order to transpile successfully. 1. Write an appropriate Compose implementation. See [Implementation Strategy](#implementation-strategy) below. 1. Write unit tests if appropriate. When implementing a UI component or modifier, add a playground - or enhance an existing playground - to exercise your implementation in the [Skip playground app](https://github.com/skiptools/skipapp-playground). -1. [Submit a PR.](pulls) +1. [Submit a PR.](https://github.com/skiptools/skip-ui/pulls) Other forms of contributions such as test cases, comments, and documentation are also welcome!