From ea310cede5f08f7960957369247a6575f7bc5392 Mon Sep 17 00:00:00 2001 From: Volodymyr Stelmashchuk Date: Wed, 14 Jun 2023 04:35:55 +0300 Subject: [PATCH] Fixed links into FAQ.md (#3237) --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index dbd1fa15c9..a3bc3b1f00 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -55,11 +55,11 @@ Multiplatform applications. If you target Android or Android and iOS, we recomme ## Where can I find documentation and tutorials? You can find the Getting Started tutorials on the [main project page](https://github.com/JetBrains/compose-multiplatform#readme) -and more tutorials on [this page](tutorials/README.md). +and more tutorials on [this page](../tutorials/README.md). ## Can I play with a demo application? Where can I find it? -Sure, we have [multiple examples for all platforms](examples/README.md). +Sure, we have [multiple examples for all platforms](../examples/README.md). ## Does Compose Multiplatform come with widgets?