From 44e8c2274a952d1df0601f00c417d340ee608731 Mon Sep 17 00:00:00 2001 From: Ste Prescott Date: Thu, 13 Apr 2023 19:03:36 +0100 Subject: [PATCH] Update README.md Links in the next steps section don't navigate to their intended locations. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce4e151..604f285 100644 --- a/README.md +++ b/README.md @@ -280,5 +280,5 @@ We encourage you to explore Compose Multiplatform further and try out more proje * [Learn about other cases where you can use the Compose Multiplatform UI framework](https://github.com/JetBrains/compose-multiplatform#readme) * [Create an application targeting Windows, macOS, and Linux with Compose Multiplatform for Desktop](https://github.com/JetBrains/compose-multiplatform-desktop-template#readme) -* [Complete more Compose Multiplatform tutorials](https://github.com/JetBrains/compose-multiplatform/tutorials/README.md) -* [Explore some more advanced Compose Multiplatform example projects](https://github.com/JetBrains/compose-multiplatform/examples/README.md) \ No newline at end of file +* [Complete more Compose Multiplatform tutorials](https://github.com/JetBrains/compose-multiplatform/blob/master/tutorials/README.md) +* [Explore some more advanced Compose Multiplatform example projects](https://github.com/JetBrains/compose-multiplatform/blob/master/examples/README.md)