From 7b0aa4b127d4eaaf5555e906f8bb67a5e85eb015 Mon Sep 17 00:00:00 2001 From: Sebastian Aigner Date: Mon, 19 Sep 2022 10:21:22 +0200 Subject: [PATCH] fix: fix link to Lombok README (#3167) --- docs/topics/lombok.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/lombok.md b/docs/topics/lombok.md index 5b9fed562fe..0b77b524352 100644 --- a/docs/topics/lombok.md +++ b/docs/topics/lombok.md @@ -24,7 +24,7 @@ The plugin supports the following annotations: * `@With` * `@Value` -We're continuing to work on this plugin. To find out the detailed current state, visit the [Lombok compiler plugin's README](https://github.com/JetBrains/kotlin/blob/master/plugins/lombok/lombok-compiler-plugin/README.md). +We're continuing to work on this plugin. To find out the detailed current state, visit the [Lombok compiler plugin's README](https://github.com/JetBrains/kotlin/tree/master/plugins/lombok). Currently, we don't have plans to support the `@Builder` annotation. However, we can consider this if you vote for [`@Builder` in YouTrack](https://youtrack.jetbrains.com/issue/KT-46959).