aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-11-10 17:38:30 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-11-10 17:38:30 +0100
commit1e6a179fd25d07ffdf7f569e6e577bc96655cace (patch)
tree4b422f4ead7138e553b18b7e959c6d71b2b51f82 /README.md
parent15a61782470a82d48a5a0e136f2923cad2f0bc55 (diff)
downloaddokka-1e6a179fd25d07ffdf7f569e6e577bc96655cace.tar.gz
dokka-1e6a179fd25d07ffdf7f569e6e577bc96655cace.tar.bz2
dokka-1e6a179fd25d07ffdf7f569e6e577bc96655cace.zip
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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