From d9ca4598a3d0059c549e02e7f3875d648eb5c7d9 Mon Sep 17 00:00:00 2001 From: Drew Hannay Date: Tue, 4 Aug 2020 14:56:45 -0700 Subject: Fix broken link in README.md "Dokka Gradle example project" was pointing to a path that no longer exists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 314399c4..b4b78326 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,7 @@ To generate the documentation, use the appropriate `dokka${format}` Gradle task: ./gradlew dokkaHtml ``` -Please see the [Dokka Gradle example project](https://github.com/JetBrains/kotlin-examples/tree/master/gradle/dokka-gradle-example) for an example. +Please see the [Dokka Gradle example project](https://github.com/Kotlin/kotlin-examples/tree/master/gradle/dokka/dokka-gradle-example) for an example. #### FAQ If you encounter any problems, please see the [FAQ](https://github.com/Kotlin/dokka/wiki/faq). -- cgit