essobedo opened a new pull request, #833: URL: https://github.com/apache/camel-website/pull/833
## Motivation If the text provided to the `boldLink` function contains special formatting characters of asciidoc, the generation of the URL fails consequently the website cannot be built due to an error of the next type: ``` [check:links ] Found invalid urls in components/next/mongodb-component.html: [check:links ] Fragment #_endpoint_header%3C/em%3Eid at components/next/mongodb-component.html does not exist! ``` In the previous example the provided text is `_id` which contains an underscore that is one of the formatting character of asciidoc ## Modification * Update the `boldLink` function to remove all the special characters from the provided text used to generate the link -- 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]
