Skip to content

Commit

Permalink
Link INTEROP.md (JetBrains#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored and olonho committed Oct 19, 2018
1 parent c94b1b5 commit 284235c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## <a name="limitations"></a>Known limitations ##

Expand Down Expand Up @@ -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).

0 comments on commit 284235c

Please sign in to comment.