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