From 59c3f5fb48ce65e85d72deddebf57b9775317b79 Mon Sep 17 00:00:00 2001 From: unly Date: Tue, 3 Dec 2019 09:44:51 +0100 Subject: fix the link to the dokka fat jar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ccf92094..1408ca53 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ Inside the `dokka` tag you can create another tags named `` that su ### Using the Command Line -To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.10.0/dokka-fatjar.jar). +To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.10.0/dokka-fatjar-0.10.0.jar). To generate documentation, run the following command: java -jar dokka-fatjar.jar -- cgit