aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunly <leongrch@gmail.com>2019-12-03 09:44:51 +0100
committerKamil Doległo <kamilok1965@users.noreply.github.com>2019-12-18 12:47:30 +0100
commit59c3f5fb48ce65e85d72deddebf57b9775317b79 (patch)
tree2baebb2dc91f3a939363c2e3cdb888d6324ad6aa
parent29a4cc77cb981265c3a420a47fd35e4f8da18a25 (diff)
downloaddokka-59c3f5fb48ce65e85d72deddebf57b9775317b79.tar.gz
dokka-59c3f5fb48ce65e85d72deddebf57b9775317b79.tar.bz2
dokka-59c3f5fb48ce65e85d72deddebf57b9775317b79.zip
fix the link to the dokka fat jar
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 `<passconfig/>` 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 <arguments>