Skip to content

Commit 5faaada

Browse files
author
Mike Hearn
committed
Fix broken docsite link.
1 parent 62ee8cf commit 5faaada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsite/docs/using-from-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using from Kotlin
22

3-
📚 **[Read the Kotlin API Docs](/kotlin-api/nodejs-interop/net.plan99.nodejs.kotlin/-node-j-s-a-p-i/index.html)**
3+
📚 **[Read the Kotlin API Docs](kotlin-api/nodejs-interop/net.plan99.nodejs.kotlin/-node-j-s-a-p-i/index.html)**
44

55
Kotlin provides many features that make it much more convenient and pleasant to work with NodeJS from the JVM.
66
The API is available only inside a `nodejs { }` block. You may evaluate JavaScript when inside a `nodejs` block, like so:

0 commit comments

Comments
 (0)