mingyen066 opened a new pull request, #896:
URL: https://github.com/apache/kafka-site/pull/896

   Many cross-page links in the docs use relative paths that don't account for 
Hugo's directory-style page URLs (each .md file becomes its own directory, e.g. 
foo.md -> /foo/), so they resolve one level too shallow and 404. This includes 
the Kafka Connect quickstart link (reported by a user) and a large number of 
legacy single-page-HTML-style links (foo.html) in the Streams developer guide 
that predate the Hugo migration.
   
   The docs under content/en/<version>/ are rsynced from apache/kafka's docs/ 
directory at release time, so the same links are broken there too. Companion 
fix: https://github.com/apache/kafka/pull/PLACEHOLDER
   
   Fixes applied across all affected versions (1.0 through 4.3) since the same 
relative-path bug was copied into every release.


-- 
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]

Reply via email to