Repository: flink
Updated Branches:
  refs/heads/release-1.2 e789933b5 -> 96659b0f7


[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/96659b0f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/96659b0f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/96659b0f

Branch: refs/heads/release-1.2
Commit: 96659b0f732a333061d727be0fbb4583220acbeb
Parents: e789933
Author: Tzu-Li (Gordon) Tai <[email protected]>
Authored: Thu Feb 2 14:09:06 2017 +0800
Committer: Tzu-Li (Gordon) Tai <[email protected]>
Committed: Thu Feb 2 14:11:31 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/flink/blob/96659b0f/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index 04a4edf..2c99a95 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 ‘:’ (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`.
 

Reply via email to