aljoscha commented on issue #6536: Fix Javadoc links in documentation URL: https://github.com/apache/flink/pull/6536#issuecomment-412457009 More details: currently, we have `version_javadocs` and `version_scaladocs` in `_config.yml` that we need to update when changing branches. The actual javadocs link is hardcoded in `sidenav.html` to `https://ci.apache.org/projects/flink/flink-docs-release-{{site.version_javadocs}}`, which doesn't work on the master branch. That's why I'm changing it to this scheme, where we only have to upadte `javadocs_baseurl` when switching between branches. And I also have a follow-up PR for documentation where I want to put in Javadoc links. For this I'd like to use `javadocs_baseurl` instead of adding more instances of the problematic, hardcoded url.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
