From 544222167e578db85c424980491910452d827d81 Mon Sep 17 00:00:00 2001 From: Anton Bannykh Date: Thu, 7 Jun 2018 13:42:38 +0300 Subject: [PATCH] Update ReadMe.md js.libraries doesn't exist anymore --- js/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ReadMe.md b/js/ReadMe.md index b5ba52c6bb7..c22b6071fc4 100644 --- a/js/ReadMe.md +++ b/js/ReadMe.md @@ -2,7 +2,7 @@ This module performs the translation of Kotlin source code to JavaScript. -There are various Kotlin APIs to JavaScript environments and libraries in the [js.libraries](https://github.com/JetBrains/kotlin/tree/master/js/js.libraries/src) project. +There are various Kotlin APIs to JavaScript environments in the [standard library](../libraries/stdlib/js). ## Compiling the Kotlin Standard Library for JavaScript