Skip to content

Commit c5dc0f7

Browse files
HongYeseulfmbenhassine
authored andcommitted
Fix outdated Spring Batch Javadoc links in reference docs
Update reference documentation links to point to the Spring Batch 6 API location under /reference/api and remove legacy /docs/current/api and /apidocs paths. Resolves #5290 Signed-off-by: HongYeseul <yeseul.dev@gmail.com>
1 parent 7cff08e commit c5dc0f7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

spring-batch-docs/modules/ROOT/pages/job/advanced-meta-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ need to populate it manually with the jobs that you want to operate through the
4949

5050
Most of the methods on `JobOperator` are
5151
self-explanatory, and you can find more detailed explanations in the
52-
https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/core/launch/JobOperator.html[Javadoc of the interface]. However, the
52+
https://docs.spring.io/spring-batch/reference/api/org/springframework/batch/core/launch/JobOperator.html[Javadoc of the interface]. However, the
5353
`startNextInstance` method is worth noting. This
5454
method always starts a new instance of a `Job`.
5555
This can be extremely useful if there are serious issues in a

spring-batch-docs/modules/ROOT/pages/spring-batch-integration/externalizing-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ configured `SimpleChunkProcessor`, which is where you would provide a reference
327327
when it receives chunks from the manager.
328328

329329
For more information, see the section of the "`Scalability`" chapter on
330-
link:$$https://docs.spring.io/spring-batch/docs/current/reference/html/scalability.html#remoteChunking$$[Remote Chunking].
330+
link:$$https://docs.spring.io/spring-batch/reference/scalability.html#remoteChunking[Remote Chunking].
331331

332332
Starting from version 4.1, Spring Batch Integration introduces the `@EnableBatchIntegration`
333333
annotation that can be used to simplify a remote chunking setup. This annotation provides

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,4 @@ public void testAfterStep() {
344344

345345
The preceding method for creating a simple `StepExecution` is only one convenience method
346346
available within the factory. You can find a full method listing in its
347-
link:$$http://docs.spring.io/spring-batch/apidocs/org/springframework/batch/test/MetaDataInstanceFactory.html$$[Javadoc].
347+
link:$$https://docs.spring.io/spring-batch/reference/api/org/springframework/batch/test/MetaDataInstanceFactory.html$$[Javadoc].

spring-batch-docs/src/main/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="overviewBody">
77
<p>
88
For further API reference and developer documentation, see the
9-
<a href="https://docs.spring.io/spring-batch/docs/current/reference/html/index.html" target="_top">
9+
<a href="https://docs.spring.io/spring-batch/reference/index.html" target="_top">
1010
Spring Batch reference documentation</a>.
1111
That documentation contains more detailed, developer-targeted
1212
descriptions, with conceptual overviews, definitions of terms,

0 commit comments

Comments
 (0)