[GitHub] flink pull request #5379: [FLINK-8130][docs] Fix snapshot javadoc link

2018-01-30 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/5379


---


[GitHub] flink pull request #5379: [FLINK-8130][docs] Fix snapshot javadoc link

2018-01-29 Thread zentol
GitHub user zentol opened a pull request:

https://github.com/apache/flink/pull/5379

[FLINK-8130][docs] Fix snapshot javadoc link

## What is the purpose of the change

This PR fixes the snapshot javadoc link that is currently broken. Currently 
the website tries to access 
`https://ci.apache.org/projects/flink/flink-docs-release-1.5-SNAPSHOT/api/java/`
 but the working link is 
`https://ci.apache.org/projects/flink/flink-docs-release-1.5/api/java/`.

This was broken by accident when switching master to 1.5 .

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zentol/flink 8130

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5379.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 #5379


commit 3d66cdc80fd74723d82b4bfc55065eef8a76684a
Author: zentol 
Date:   2018-01-29T12:29:23Z

[FLINK-8130][docs] Fix snapshot javadoc link




---