mingyen066 opened a new pull request, #22813: URL: https://github.com/apache/kafka/pull/22813
Several cross-page links in docs/ use relative paths that assume a flat single-page-HTML layout (e.g. foo.html#anchor) or omit a directory level, both pre-dating the move to per-page Hugo directories on the docs site (foo.md -> /foo/). These resolve one level too shallow and 404 on kafka.apache.org. Includes the Kafka Connect quickstart link and the recently-added Streams/Connect security model cross-links (docs/security/security-model*.md). docs/ here is the source of truth that kafka-site rsyncs into content/en/<version>/ at release time, so the same broken links exist on the live site today. Companion fix for the already-released versions: https://github.com/apache/kafka-site/pull/896 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
