Skip to content

Commit

Permalink
[hotfix][docs] Fix the link-tags of 'Side Outputs' page of 'DataStrea…
Browse files Browse the repository at this point in the history
…m API' (apache#13087)
  • Loading branch information
RocMarshal committed Aug 10, 2020
1 parent 862c9eb commit a71d8aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev/stream/side_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ contains.

Emitting data to a side output is possible from the following functions:

- [ProcessFunction]({{ site.baseurl }}/dev/stream/operators/process_function.html)
- [KeyedProcessFunction]({{ site.baseurl }}/dev/stream/operators/process_function.html#the-keyedprocessfunction)
- [ProcessFunction]({% link dev/stream/operators/process_function.md %})
- [KeyedProcessFunction]({% link dev/stream/operators/process_function.md %}#the-keyedprocessfunction)
- CoProcessFunction
- KeyedCoProcessFunction
- [ProcessWindowFunction]({{ site.baseurl }}/dev/stream/operators/windows.html#processwindowfunction)
- [ProcessWindowFunction]({% link dev/stream/operators/windows.md %}#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 a71d8aa

Please sign in to comment.