You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/26 16:39:15 UTC

[GitHub] [camel-website] essobedo opened a new pull request, #833: Remove all the formatting characters from the id to prevent invalid url generation

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-website] github-actions[bot] commented on pull request #833: Remove all the formatting characters from the id to prevent invalid url generation

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #833:
URL: https://github.com/apache/camel-website/pull/833#issuecomment-1110928950

   🚀 Preview is available at 


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-website] essobedo commented on pull request #833: Remove all the formatting characters from the id to prevent invalid url generation

Posted by GitBox <gi...@apache.org>.
essobedo commented on PR #833:
URL: https://github.com/apache/camel-website/pull/833#issuecomment-1110014033

   Needed for https://issues.apache.org/jira/browse/CAMEL-17931


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-website] essobedo merged pull request #833: Remove all the formatting characters from the id to prevent invalid url generation

Posted by GitBox <gi...@apache.org>.
essobedo merged PR #833:
URL: https://github.com/apache/camel-website/pull/833


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org