From 0482d9cfce2570e0a3a240d2d5298b1b0c3699c5 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 24 Jan 2024 20:41:33 +0100 Subject: [PATCH] Fix Android examples link in README (#3420) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1038d1a..55db5266 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ class. Your application _must_ specify the base class it needs via a feature fla [agdk_releases]: https://developer.android.com/games/agdk/download#agdk-libraries [Gradle]: https://developer.android.com/studio/build -For more details, refer to these `android-activity` [example applications](https://github.com/rib/android-activity/tree/main/examples). +For more details, refer to these `android-activity` [example applications](https://github.com/rust-mobile/android-activity/tree/main/examples). ##### Converting from `ndk-glue` to `android-activity`