From 3cafe48d4f29ccae8f1f53a25d1bfe8b27018a02 Mon Sep 17 00:00:00 2001 From: Hyunjoon Choi Date: Mon, 29 Jan 2024 22:57:38 +0900 Subject: [PATCH] GH-3005: fix invalid reference link in README.md Fixes: #3005 Fixes broken link in the docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2cc1c79..3b94a3de 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To generate IDEA metadata (.iml and .ipr files), do the following: # Resources For more information, please visit the Spring Kafka website at: -[Reference Manual](https://docs.spring.io/spring-kafka/docs/current/reference/html/) +[Reference Manual](https://docs.spring.io/spring-kafka/reference/index.html) # Contributing to Spring Kafka