From d3e93a7c5e2c5f375571848f562dc4012058ad55 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Wed, 22 May 2024 17:17:36 +0200 Subject: [PATCH] Fix dead link to versioning plugin (#3594) --- examples/gradle/dokka-versioning-multimodule-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gradle/dokka-versioning-multimodule-example/README.md b/examples/gradle/dokka-versioning-multimodule-example/README.md index dd012003d2..0da9fa2f2f 100644 --- a/examples/gradle/dokka-versioning-multimodule-example/README.md +++ b/examples/gradle/dokka-versioning-multimodule-example/README.md @@ -1,6 +1,6 @@ # Dokka Versioning MultiModule example -This example demonstrates configuration of Dokka's [versioning plugin](../../../plugins/versioning), which +This example demonstrates configuration of Dokka's [versioning plugin](../../../dokka-subprojects/plugin-versioning), which allows readers to navigate through different versions of your API reference documentation. The example contains some code that exists only in the current documentation version `1.0`. You will not see