From 4d8e84396824b8a3d5d6e3e26ea4911fa944e3aa Mon Sep 17 00:00:00 2001 From: Kamil Doległo <9080183+kamildoleglo@users.noreply.github.com> Date: Thu, 3 Sep 2020 16:17:39 +0200 Subject: Update README with documentation link for 1.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b8672f..e40876a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ and can generate documentation in multiple formats including standard Javadoc, H ## Using Dokka -**Full documentation is available at [http://kotlin.github.io/dokka](http://kotlin.github.io/dokka)** +**Full documentation is available at [https://kotlin.github.io/dokka/1.4.0/](https://kotlin.github.io/dokka/1.4.0/)** ### Using the Gradle plugin _Note: If you are upgrading from 0.10.x to a current release of Dokka, please have a look at our -- cgit