Skip to content

MINOR: Fix broken relative links in docs/#22813

Open
mingyen066 wants to merge 1 commit into
apache:trunkfrom
mingyen066:fix-broken-docs-relative-links
Open

MINOR: Fix broken relative links in docs/#22813
mingyen066 wants to merge 1 commit into
apache:trunkfrom
mingyen066:fix-broken-docs-relative-links

Conversation

@mingyen066

@mingyen066 mingyen066 commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

Several docs/ cross-links use relative paths assuming a flat
single-page-HTML layout, pre-dating the move to per-page Hugo
directories (foo.md -> /foo/) on kafka.apache.org, so they resolve one
level too shallow and 404 — including the Kafka Connect quickstart link
and the new Streams/Connect security-model cross-links. Companion fix
for already-released versions: apache/kafka-site#896

Several cross-page links in the 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
(foo.md -> /foo/). These resolve one level too shallow and 404 on the
site. Includes the Kafka Connect quickstart link and the new Streams/
Connect security model cross-links.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs triage PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant