favourori commented on a change in pull request #189: opening foreign links in new tab URL: https://github.com/apache/camel-website/pull/189#discussion_r390882437
########## File path: config.toml ########## @@ -83,7 +83,7 @@ timeout = 300000 parent = "docs" weight = 4 identifier = "api-documentation" - url = "https://www.javadoc.io/doc/org.apache.camel/camel-api/latest/index.html" + url = "https://www.javadoc.io/doc/org.apache.camel/camel-api/latest" Review comment: The way I get to know what an external link - is when it has https, but this url has index.html prefix and was behaving like a local link, so I had to remove the index.html (the link still works though). I can revert if you want me to ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services