readme: correct link to LIBRARIES.md (#679)

This commit is contained in:
Federico Tomassetti
2017-06-20 14:46:13 +02:00
committed by Nikolay Igotti
parent 651ac934b8
commit 9210b99c44
+1 -1
View File
@@ -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.