-
Notifications
You must be signed in to change notification settings - Fork 41.1k
batch.adoc: broken API links #40039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The links are broken starting with 3.2.x. Marking this as |
Antora migration complete. |
In main branch I found /api/ is there but So the broken URL was like: https://docs.spring.io/spring-batch/docs/5.1.1/api/core/configuration/annotation/EnableBatchProcessing.html |
This PR #40141 fixed the issue in main branch, I tested locally. Thanks |
Closing in favor of #40141 |
The Spring Boot 3.2.3 reference documentation's section 18.12.1 Specifying a Batch Data Source, which lives in
howto/batch.adoc
, attempts to link to Spring Batch's Javadoc for@EnableBatchProcessing
andDefaultBatchConfiguration
. However, the generated URLs arewhere instead the common prefix should have been https://docs.spring.io/spring-batch/docs/5.1.1/api/. The
/api/
segment appears to be missing fromasciidoc/attributes.adoc
's:spring-batch-api:
attribute.The text was updated successfully, but these errors were encountered: