Skip to content

Commit 67b7f38

Browse files
LichKing-leefmbenhassine
authored andcommitted
Fix incorrect link in appendix
Issue #4595
1 parent b7572cb commit 67b7f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/appendix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This reader stores message offsets in the execution context to support restart c
3939
|`ItemReaderAdapter`|Adapts any class to the
4040
`ItemReader` interface.|Yes
4141
|`JdbcCursorItemReader`|Reads from a database cursor over JDBC. See
42-
link:readersAndWriters.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
42+
link:readers-and-writers/database.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
4343
|`JdbcPagingItemReader`|Given an SQL statement, pages through the rows,
4444
such that large datasets can be read without running out of
4545
memory.|Yes

0 commit comments

Comments
 (0)