GitHub user keweishang opened a pull request:
https://github.com/apache/flink/pull/4706
[FLINK-7670][doc] fix typo in docs runtime section
The following link to Savepoints page
[Savepoints](..//setup/savepoints.html)
change to
[Savepoints](../setup/savepoints.html)
Otherwise, the link wouldn't work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/keweishang/flink FLINK-7670
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4706.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 #4706
----
commit 098740fceeaed11f0072c9cbf612783b4829e98b
Author: Kewei Shang <[email protected]>
Date: 2017-09-22T13:40:41Z
[FLINK-7670][doc] fix typo in docs runtime section
----
---