From 9210b99c44a9444d4a3ba18b59c05b096415c1d1 Mon Sep 17 00:00:00 2001 From: Federico Tomassetti Date: Tue, 20 Jun 2017 14:46:13 +0200 Subject: [PATCH] readme: correct link to LIBRARIES.md (#679) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 478f9684a22..b225bf1ba8f 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ To generate interoperability stubs create library definition file See provided [samples](https://github.com/JetBrains/kotlin-native/tree/master/samples) and [`INTEROP.md`](https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md) for more details. -Interop tool generates library in .klib library format, see [`LIBRARY.md`](https://github.com/JetBrains/kotlin-native/blob/master/LIBRARY.md) +Interop tool generates library in .klib library format, see [`LIBRARIES.md`](https://github.com/JetBrains/kotlin-native/blob/master/LIBRARIES.md) for more details on the file format. \ No newline at end of file