docs: fix links to samples (#2090)

This commit is contained in:
Alexander Prendota
2018-09-19 11:33:45 +03:00
committed by Nikolay Igotti
parent 45032f0b88
commit c6052a5426
+2 -2
View File
@@ -494,7 +494,7 @@ konanArtifacts.foo.getByTarget('host').headerFile // Points to the header file
</div>
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
</div>
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