From c6052a542666341b94fc071c32aa19cfad32605e Mon Sep 17 00:00:00 2001 From: Alexander Prendota Date: Wed, 19 Sep 2018 11:33:45 +0300 Subject: [PATCH] docs: fix links to samples (#2090) --- GRADLE_PLUGIN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index bb3b8be75ae..670790a94bb 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -494,7 +494,7 @@ konanArtifacts.foo.getByTarget('host').headerFile // Points to the header file -Using a dynamic library is shown in the [python extension sample](samples/python_extension). +Using a dynamic library is shown in the [python extension sample](https://github.com/JetBrains/kotlin-native/tree/master/samples/python_extension). ### Framework @@ -515,7 +515,7 @@ konanArtifacts.foo.getByTarget('host').artifact // Points to the framework direc -Using a framework is shown in the [calculator sample](samples/calculator). +Using a framework is shown in the [calculator sample](https://github.com/JetBrains/kotlin-native/tree/master/samples/calculator). ## Additional options