From 058d691f5a47bc2668eef67409a7c7dcd02b4c33 Mon Sep 17 00:00:00 2001 From: Konstantin Petrukhnov Date: Tue, 2 Oct 2018 18:22:05 +0300 Subject: [PATCH] fix link in MULTIPLATFORM.md (#2164) --- MULTIPLATFORM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MULTIPLATFORM.md b/MULTIPLATFORM.md index ca715331b04..343067047bb 100644 --- a/MULTIPLATFORM.md +++ b/MULTIPLATFORM.md @@ -1 +1 @@ -Please refer to the tutorial at https://kotlinlang.org/docs/reference/native/multiplatform.html for documentation on how to create multiplatform project. +Please refer to the tutorial at https://kotlinlang.org/docs/reference/multiplatform.html for documentation on how to create multiplatform project.