You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2017/02/02 06:10:24 UTC

flink git commit: [hotfix] [doc] Fix broken externalized checkpoint reference link

Repository: flink
Updated Branches:
  refs/heads/master 087d191ff -> 7d2c25ddf


[hotfix] [doc] Fix broken externalized checkpoint reference link


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7d2c25dd
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7d2c25dd
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7d2c25dd

Branch: refs/heads/master
Commit: 7d2c25ddf78b2f0ba6f1b8dc81bdf51633673c94
Parents: 087d191
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
Authored: Thu Feb 2 14:09:06 2017 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Thu Feb 2 14:09:06 2017 +0800

----------------------------------------------------------------------
 docs/setup/config.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7d2c25dd/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index 269633c..b66371c 100644
--- a/docs/setup/config.md
+++ b/docs/setup/config.md
@@ -176,7 +176,7 @@ will be used under the directory specified by jobmanager.web.tmpdir.
 
 - `state.backend.rocksdb.checkpointdir`:  The local directory for storing RocksDB files, or a list of directories separated by the systems directory delimiter (for example \u2018:\u2019 (colon) on Linux/Unix). (DEFAULT value is `taskmanager.tmp.dirs`)
 
-- `state.checkpoints.dir`: The target directory for meta data of [externalized checkpoints]({{ site.baseurl }}/setup/checkpoints#externalized-checkpoints).
+- `state.checkpoints.dir`: The target directory for meta data of [externalized checkpoints]({{ site.baseurl }}/setup/checkpoints.html#externalized-checkpoints).
 
 - `high-availability.zookeeper.storageDir`: Required for HA. Directory for storing JobManager metadata; this is persisted in the state backend and only a pointer to this state is stored in ZooKeeper. Exactly like the checkpoint directory it must be accessible from the JobManager and a local filesystem should only be used for local deployments. Previously this key was named `recovery.zookeeper.storageDir`.