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/06/22 09:41:09 UTC

[4/5] flink git commit: [FLINK-6932] [doc] Update inaccessible Dataflow Model paper link

[FLINK-6932] [doc] Update inaccessible Dataflow Model paper link

This closes #4131.


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

Branch: refs/heads/master
Commit: d1ee819ac4a45a2165854ec7750a33b00e67848e
Parents: 9385b54
Author: zhangminglei <zm...@163.com>
Authored: Fri Jun 16 10:00:19 2017 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Thu Jun 22 17:26:57 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/flink/blob/d1ee819a/docs/dev/event_time.md
----------------------------------------------------------------------
diff --git a/docs/dev/event_time.md b/docs/dev/event_time.md
index 0d3acaf..0118f15 100644
--- a/docs/dev/event_time.md
+++ b/docs/dev/event_time.md
@@ -146,7 +146,7 @@ to use timestamp assignment and watermark generation in the Flink DataStream API
 *Note: Flink implements many techniques from the Dataflow Model. For a good introduction to event time and watermarks, have a look at the articles below.*
 
   - [Streaming 101](https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-101) by Tyler Akidau
-  - The [Dataflow Model paper](https://static.googleusercontent.com/media/research.google.com/en/pubs/archive/43864.pdf)
+  - The [Dataflow Model paper](https://research.google.com/pubs/archive/43864.pdf)
 
 
 A stream processor that supports *event time* needs a way to measure the progress of event time.