Repository: flink
Updated Branches:
  refs/heads/release-1.0 a76cefc28 -> 73856f38b


[docs] Fix broken links in Concepts


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

Branch: refs/heads/release-1.0
Commit: 73856f38b3228a3c8b9fe16a938462b047587a41
Parents: eb5cf4d
Author: Ufuk Celebi <[email protected]>
Authored: Tue Apr 5 19:11:53 2016 +0200
Committer: Ufuk Celebi <[email protected]>
Committed: Tue Apr 5 19:12:33 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/73856f38/docs/concepts/concepts.md
----------------------------------------------------------------------
diff --git a/docs/concepts/concepts.md b/docs/concepts/concepts.md
index 0cb063c..1cbfd21 100644
--- a/docs/concepts/concepts.md
+++ b/docs/concepts/concepts.md
@@ -212,7 +212,7 @@ defines a consistent point in streams and state from which 
a streaming dataflow
 The checkpoint interval is a means of trading off the overhead of fault 
tolerance during execution, with the recovery time (the amount
 of events that need to be replayed).
 
-More details on checkpoints and fault tolerance are in the [fault tolerance 
docs]({{ site.baseurl }}/internals/stream_checkpointing.html/).
+More details on checkpoints and fault tolerance are in the [fault tolerance 
docs]({{ site.baseurl }}/internals/stream_checkpointing.html).
 
 <img src="fig/checkpoints.svg" alt="checkpoints and snapshots" class="offset" 
width="60%" />
 

Reply via email to