From b94f7cfe36968b075f1d96feb33ce050d0a18af7 Mon Sep 17 00:00:00 2001 From: ChangYong Date: Wed, 15 May 2024 15:15:54 +0900 Subject: [PATCH] Fix incorrect link in appendix Issue #4595 --- spring-batch-docs/modules/ROOT/pages/appendix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-docs/modules/ROOT/pages/appendix.adoc b/spring-batch-docs/modules/ROOT/pages/appendix.adoc index 12de63212..5d2151f07 100644 --- a/spring-batch-docs/modules/ROOT/pages/appendix.adoc +++ b/spring-batch-docs/modules/ROOT/pages/appendix.adoc @@ -42,7 +42,7 @@ This reader stores message offsets in the execution context to support restart c |`ItemReaderAdapter`|Adapts any class to the `ItemReader` interface.|Yes |`JdbcCursorItemReader`|Reads from a database cursor over JDBC. See - link:readersAndWriters.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No + link:readers-and-writers/database.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No |`JdbcPagingItemReader`|Given an SQL statement, pages through the rows, such that large datasets can be read without running out of memory.|Yes