Skip to content

Commit b94f7cf

Browse files
LichKing-leefmbenhassine
authored andcommitted
Fix incorrect link in appendix
Issue #4595
1 parent 494abf1 commit b94f7cf

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
@@ -42,7 +42,7 @@ This reader stores message offsets in the execution context to support restart c
4242
|`ItemReaderAdapter`|Adapts any class to the
4343
`ItemReader` interface.|Yes
4444
|`JdbcCursorItemReader`|Reads from a database cursor over JDBC. See
45-
link:readersAndWriters.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
45+
link:readers-and-writers/database.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
4646
|`JdbcPagingItemReader`|Given an SQL statement, pages through the rows,
4747
such that large datasets can be read without running out of
4848
memory.|Yes

0 commit comments

Comments
 (0)