From 632a497ac47150cab9c00bff6b81060af089a908 Mon Sep 17 00:00:00 2001 From: Vladimir Shefer Date: Wed, 5 Aug 2020 16:40:14 +0300 Subject: Fix broken link in README.md Without `https://` prefix the url leads to `https://github.com/Kotlin/dokka/blob/master/github.com/Kotlin/dokka/releases/download/v1.4.0-rc/dokka-cli-1.4.0-rc.jar` as a relative url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436624c6..393f6d42 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](github.com/Kotlin/dokka/releases/download/v1.4.0-rc/dokka-cli-1.4.0-rc.jar). +To run Dokka from the command line, download the [Dokka CLI runner](https://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