From e287b25e18212ff01ab270fcfd99607b915b4aae Mon Sep 17 00:00:00 2001 From: Vanessa Pyne Date: Thu, 1 Nov 2018 03:52:56 -0400 Subject: [PATCH] Fix `sdl.def` link in README.md (#2290) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89fc322fe09..8703cbdbce2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For tests, use: ./gradlew backend.native:tests:run To generate interoperability stubs, create a library definition file -(refer to [`samples/tetris/.../sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/src/main/c_interop/sdl.def)), and run the `cinterop` tool like this: +(refer to [`samples/tetris/.../sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/src/nativeInterop/cinterop/sdl.def)), and run the `cinterop` tool like this: cinterop -def lib.def