zabetak opened a new pull request, #25: URL: https://github.com/apache/hive-site/pull/25
Normalize all links that point to section headers using the following rules: 1. Turn all characters to lowercase 2. Remove all special characters 3. Replace spaces with dashes Special characters are those that do not fall into one of the following categories: 1. latin alphabet letters 2. digits 3. underscore, dash, and space characters The normalization was performed using the following Java class: https://github.com/zabetak/utils/blob/46aa1a5329b6421a22ca3e3e07aa35f8f7854390/src/main/java/com/github/zabetak/utils/MarkdownHeaderAnchorNormalizer.java -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org