aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shefer <quameu@gmail.com>2020-08-05 15:57:25 +0300
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-08-05 15:02:28 +0200
commit046ae90fc7fcf97c6718093b240b55a66670af09 (patch)
tree43b084615e764ad49c2127b887168783df40b8a9
parentd9ca4598a3d0059c549e02e7f3875d648eb5c7d9 (diff)
downloaddokka-046ae90fc7fcf97c6718093b240b55a66670af09.tar.gz
dokka-046ae90fc7fcf97c6718093b240b55a66670af09.tar.bz2
dokka-046ae90fc7fcf97c6718093b240b55a66670af09.zip
Fix broken link in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4b78326..436624c6 100644
--- a/README.md
+++ b/README.md
@@ -610,7 +610,7 @@ Please see the [Dokka Maven example project](https://github.com/JetBrains/kotlin
### Using the Command Line
-To run Dokka from the command line, download the [Dokka CLI runner](https://github.com/Kotlin/dokka/releases/download/1.4.0-rc/dokka-cli.jar).
+To run Dokka from the command line, download the [Dokka CLI runner](github.com/Kotlin/dokka/releases/download/v1.4.0-rc/dokka-cli-1.4.0-rc.jar).
To generate documentation, run the following command:
```
java -jar dokka-cli.jar <arguments>