From 046ae90fc7fcf97c6718093b240b55a66670af09 Mon Sep 17 00:00:00 2001 From: Vladimir Shefer Date: Wed, 5 Aug 2020 15:57:25 +0300 Subject: Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit