You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/04/04 14:46:59 UTC

flink git commit: [FLINK-9108][docs] Fix invalid link

Repository: flink
Updated Branches:
  refs/heads/release-1.5 7e240edca -> 198446962


[FLINK-9108][docs] Fix invalid link


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

Branch: refs/heads/release-1.5
Commit: 198446962c67a297cf98d45b3efa94ee56d1dd7a
Parents: 7e240ed
Author: Matrix42 <93...@qq.com>
Authored: Thu Mar 29 18:47:55 2018 +0800
Committer: zentol <ch...@apache.org>
Committed: Wed Apr 4 16:46:48 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/19844696/docs/dev/stream/side_output.md
----------------------------------------------------------------------
diff --git a/docs/dev/stream/side_output.md b/docs/dev/stream/side_output.md
index c694e47..4632995 100644
--- a/docs/dev/stream/side_output.md
+++ b/docs/dev/stream/side_output.md
@@ -59,7 +59,7 @@ Emitting data to a side output is possible from the following functions:
 
 - [ProcessFunction]({{ site.baseurl }}/dev/stream/operators/process_function.html)
 - CoProcessFunction
-- [ProcessWindowFunction]({{ site.baseurl }}/dev/windows.html#processwindowfunction)
+- [ProcessWindowFunction]({{ site.baseurl }}/dev/stream/operators/windows.html#processwindowfunction)
 - ProcessAllWindowFunction
 
 You can use the `Context` parameter, which is exposed to users in the above functions, to emit