GitHub user uce opened a pull request: https://github.com/apache/flink/pull/4162
[FLINK-6952] [FLINK-6985] [docs] Add Javadocs links and remove bugfix version Adds a link to the Javadocs in the left side navigation: ![screen shot 2017-06-20 at 11 46 38](https://user-images.githubusercontent.com/1756620/27427607-e200a3f4-573f-11e7-84ed-51b610c79fe1.png) Makes sure that the title and other places that reference the Flink release version, only point to the minor release version (e.g. `1.3`). For snapshot release, we display the full version. You can merge this pull request into a Git repository by running: $ git pull https://github.com/uce/flink 6952-javadocs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4162.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4162 ---- commit 15752faf7059fd580d5da9da024a82e07209b879 Author: Ufuk Celebi <u...@apache.org> Date: 2017-06-20T10:19:07Z [FLINK-6952] [docs] Add link to Javadocs commit 151c13c9c33282493cb0d6ec6266f316e615ac26 Author: Ufuk Celebi <u...@apache.org> Date: 2017-06-22T09:37:54Z [FLINK-6985] [docs] Remove bugfix version from title Removes the bugfix version from title and other places where it can potentially be confusing. For snapshot release, version and version_short should be the same, e.g. 1.4-SNAPSHOT. For stable releases, version should be the full version string (e.g. 1.2.1) whereas version_short should skip the bugfix version (e.g. 1.2):. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---