From 572dc434402b904eb5a70f4d1bf663cf165c37fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Sun, 5 Oct 2025 10:59:24 +0200 Subject: [PATCH] docs: fix readme link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72eb2f7974..5bb2758ae5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It makes it easy to implement best practices and patterns for an Operator. Featu * Easy to use Error Handling * ... and everything that a batteries included framework needs -For all features and their usage see the [related section on the website](https://javaoperatorsdk.io/docs/features). +For all features and their usage see the [related sections on the website](https://javaoperatorsdk.io/docs/documentation/). ## Related Projects