From 5f0bb0ac8960bef985f7bbb8999e36e65435c56a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 15 May 2025 20:38:59 +0100 Subject: [PATCH] README.md: fix broken linnk (#4728) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37cfc58e9b..14acef0de2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Just clone the project and open it in Android Studio. Make sure to select the `app` configuration when building (as we also have sample apps in the project). To build against a local copy of the Rust SDK, see the [Developer -onboarding](docs/_developer_onboarding.md#build-the-sdk-locally) instructions. +onboarding](docs/_developer_onboarding.md#building-the-sdk-locally) instructions. ## Support