Skip to content

Commit

Permalink
[FLINK-9108][docs] Fix invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix42 authored and zentol committed Apr 4, 2018
1 parent 2849951 commit a71b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/stream/side_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71b903

Please sign in to comment.