Quanlong Huang created IMPALA-14424: ---------------------------------------
Summary: Fragment ids in web docs are broken Key: IMPALA-14424 URL: https://issues.apache.org/jira/browse/IMPALA-14424 Project: IMPALA Issue Type: Bug Components: Infrastructure Reporter: Quanlong Huang This link navigates to the right page but can't locate the target section: [https://impala.apache.org/docs/build/html/topics/impala_tutorial.html#tutorial_impala_hive] Looking into the html code, the fragment id is wrong. It's actually "tut_advanced__tutorial_impala_hive": {code:html} <article class="topic concept nested2" aria-labelledby="ariaid-title13" id="tut_advanced__tutorial_impala_hive"> <h3 class="title topictitle3" id="ariaid-title13">Switching Back and Forth Between Impala and Hive</h3>{code} However, the plain html doc link works: [https://impala.apache.org/docs/build/plain-html/topics/impala_tutorial.html#tutorial_impala_hive] {code:html} <div class="topic concept nested2" aria-labelledby="ariaid-title13" id="tutorial_impala_hive"> <h3 class="title topictitle3" id="ariaid-title13">Switching Back and Forth Between Impala and Hive</h3>{code} The link inside the PDF doc also works. -- This message was sent by Atlassian Jira (v8.20.10#820010)