From c7154f1092c6b13c60d134e80c3813bb560d7b68 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 12 Jul 2016 15:25:44 +0200 Subject: update download link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5220ac..3e5c4067 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ and can generate documentation in multiple formats including standard Javadoc, H ### Using the Command Line -To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.8/dokka-fatjar.jar). +To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.9/dokka-fatjar.jar). To generate documentation, run the following command: java -jar dokka-fatjar.jar -- cgit