From 1e6a179fd25d07ffdf7f569e6e577bc96655cace Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Nov 2015 17:38:30 +0100 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 32b40008..53424d70 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ dokka Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java. Just like Kotlin itself, Dokka fully supports mixed-language Java/Kotlin projects. It understands -standard Javadoc comments in Java files and [KDoc comments]|https://kotlinlang.org/docs/reference/kotlin-doc.html] in Kotlin files, +standard Javadoc comments in Java files and [KDoc comments](https://kotlinlang.org/docs/reference/kotlin-doc.html) in Kotlin files, and can generate documentation in multiple formats including standard Javadoc, HTML and Markdown. ## Using Dokka -- cgit