From 284235cb44269b12cff929393ee8ff64df74ff41 Mon Sep 17 00:00:00 2001 From: Stefan M Date: Fri, 19 Oct 2018 14:13:51 +0200 Subject: [PATCH] Link INTEROP.md (#2233) --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 487e0613356..6137692bb65 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -63,7 +63,7 @@ See the samples coming with the distribution. To see the list of available flags, run `kotlinc -h`. -For documentation on C interoperability stubs see INTEROP.md. +For documentation on C interoperability stubs see [INTEROP.md](https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md). ## Known limitations ## @@ -112,4 +112,4 @@ Notice that property delegation (including lazy properties) *does* work. to set breakpoint in main function of your application. Single stepping and step into shall work, variable inspection may have issues. -See [`DEBUGGING.md`](https://github.com/JetBrains/kotlin-native/blob/master/DEBUGGING.md) +See [`DEBUGGING.md`](https://github.com/JetBrains/kotlin-native/blob/master/DEBUGGING.md).