diff options
author | unly <leongrch@gmail.com> | 2019-12-03 09:44:51 +0100 |
---|---|---|
committer | Kamil Doległo <kamilok1965@users.noreply.github.com> | 2019-12-03 12:01:29 +0100 |
commit | 23fbfa0e8e793314cea8d96ac1584d72ec70bb60 (patch) | |
tree | 7b55c91cbaa8d639d4307c814acc04faa0d01ee0 | |
parent | de2f32d91fb6f564826ddd7644940452356e2080 (diff) | |
download | dokka-23fbfa0e8e793314cea8d96ac1584d72ec70bb60.tar.gz dokka-23fbfa0e8e793314cea8d96ac1584d72ec70bb60.tar.bz2 dokka-23fbfa0e8e793314cea8d96ac1584d72ec70bb60.zip |
fix the link to the dokka fat jar
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,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> |