Repository: flink
Updated Branches:
  refs/heads/master 23d1cba72 -> 254054fbb


[hotfix] Fix doc link to "Working with Time"


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

Branch: refs/heads/master
Commit: 254054fbb05ee35d34b970dadd01a5bb54ea353b
Parents: 23d1cba
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Authored: Mon May 30 10:45:01 2016 +0200
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Mon May 30 10:45:01 2016 +0200

----------------------------------------------------------------------
 docs/apis/streaming/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/254054fb/docs/apis/streaming/index.md
----------------------------------------------------------------------
diff --git a/docs/apis/streaming/index.md b/docs/apis/streaming/index.md
index 8a825dd..9762962 100644
--- a/docs/apis/streaming/index.md
+++ b/docs/apis/streaming/index.md
@@ -545,7 +545,7 @@ DataStream<Long> output = iterationBody.filter(new 
FilterFunction<Long>(){
           <td>
             <p>
                 Extracts timestamps from records in order to work with windows
-                that use event time semantics. See <a href="{{ site.baseurl 
}}/apis/streaming/time.html">working with time</a>.
+                that use event time semantics. See <a href="{{ site.baseurl 
}}/apis/streaming/event_time.html">working with time</a>.
                 {% highlight java %}
 stream.assignTimestamps (new TimeStampExtractor() {...});
                 {% endhighlight %}
@@ -863,7 +863,7 @@ initialStream.iterate {
             <p>
                 Extracts timestamps from records in order to work with windows
                 that use event time semantics.
-                See <a href="{{ site.baseurl 
}}/apis/streaming/time.html">working with time</a>.
+                See <a href="{{ site.baseurl 
}}/apis/streaming/event_time.html">working with time</a>.
                 {% highlight scala %}
 stream.assignTimestamps { timestampExtractor }
                 {% endhighlight %}

Reply via email to