Skip to content

Commit

Permalink
[FLINK-18457][docs] Fix invalid links in "Detecting Patterns" page of…
Browse files Browse the repository at this point in the history
… "Streaming Concepts"
  • Loading branch information
RocMarshal authored and rmetzger committed Jul 2, 2020
1 parent 0c2405b commit d485c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/table/streaming/match_recognize.md
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ use [time attributes](time_attributes.html). To select those there are available
<td><p>Returns the timestamp of the last row that was mapped to the given pattern.</p>
<p>The resulting attribute is a <a href="time_attributes.html">rowtime attribute</a>
that can be used in subsequent time-based operations such as
<a href="#joins">interval joins</a> and <a href="#aggregations">group window or over
<a href="joins.html#interval-joins">interval joins</a> and <a href="#aggregations">group window or over
window aggregations</a>.</p></td>
</tr>
<tr>
Expand All @@ -1047,7 +1047,7 @@ use [time attributes](time_attributes.html). To select those there are available
</td>
<td><p>Returns a <a href="time_attributes.html#processing-time">proctime attribute</a>
that can be used in subsequent time-based operations such as
<a href="#joins">interval joins</a> and <a href="#aggregations">group window or over
<a href="joins.html#interval-joins">interval joins</a> and <a href="#aggregations">group window or over
window aggregations</a>.</p></td>
</tr>
</tbody>
Expand Down

0 comments on commit d485c05

Please sign in to comment.