From 8505f03d8e3d5c992e7062c9ffcbb37c42e3d9a8 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 4 Apr 2017 21:36:48 +0200 Subject: [PATCH] Fix path to SDL defs in README (#446) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f37b04208..e13519f2ecd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For some tests, use: ./gradlew backend.native:tests:run To generate interoperability stubs create library definition file -(take a look on `samples/tetris/tetris.sdl`) and run `cinterop` tool like this: +(take a look on [`samples/tetris/sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/sdl.def)) and run `cinterop` tool like this: cinterop -def lib.def