hojongs opened a new pull request #11249: URL: https://github.com/apache/kafka/pull/11249
*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.* From Kafka 2.5 release, the id of html tag `Guarantees` part has changed from `#intro_guarantees` to `#impl_guarantees` But, the links in introduction.html file are still linking to the `#intro_guarantees` So, the link is not working. (do nothing) -> Needed fix. I fixed link, but previous versions of the documentation (~ 2.4 releases) are still not working. To fix the links of documentations of prior releases, we can change back the id from `#impl_guarantees` to `#intro_guarantees`. (not fix links, but change the id of the html tag) But I'm not sure Which way is better. please comment :) ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org