nchammas opened a new pull request, #44825:
URL: https://github.com/apache/spark/pull/44825

   ### What changes were proposed in this pull request?
   
   Link anchors are case sensitive (at least on Safari). Many of the links in 
the SQL error pages use the incorrect case, so the anchor doesn't jump to the 
correct heading. This PR fixes those anchors.
   
   There is also a bad link in the menu, which this PR also fixes.
   
   ### Why are the changes needed?
   
   Links should point to their intended target.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, user-facing documentation.
   
   ### How was this patch tested?
   
   I built the SQL docs with:
   
   ```sh
   SKIP_SCALADOC=1 SKIP_PYTHONDOC=1 SKIP_RDOC=1 bundle exec jekyll build
   ```
   
   And I clicked around a bunch of the SQL error pages to confirm the link 
anchors now work correctly.
   
   I also confirmed the menu link also works correctly now.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to