janikdotzel commented on PR #12523:
URL: https://github.com/apache/kafka/pull/12523#issuecomment-1218273288

   My behavior was visiting the quickstart guide 
[https://kafka.apache.org/quickstart](https://kafka.apache.org/quickstart).
   Clicking on the link leads me to 
[https://kafka.apache.org/quickstart#connectconfigs_plugin.path](https://kafka.apache.org/quickstart#connectconfigs_plugin.path),
 which is not available.
   
   Your comment has shown me, that the whole quickstart guide is embedded in 
two (or even more places).
   First place `/documentation/#quickstart`
   Second place `/quickstart`
   
   I have two solutions in mind to solve this issue:
   1. Route each link in the quickstart guide to their corresponding page. E.g. 
If someone is on page /quickstart route him to /quickstart and so on. However 
this would be a lot of work.
   2. Always route the request to /documentation/#quickstart. This is already 
done for the other links. E.g. `<a href="/documentation/#connect">Kafka 
Connect</a>` from line 163 of the same file.
   


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

Reply via email to