Skip to content

Commit e827d01

Browse files
RocMarshalrmetzger
authored andcommitted
[FLINK-18457][docs] Fix invalid links in "Detecting Patterns" page of "Streaming Concepts"
1 parent 304add5 commit e827d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/table/streaming/match_recognize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ use [time attributes](time_attributes.html). To select those there are available
10381038
<td><p>Returns the timestamp of the last row that was mapped to the given pattern.</p>
10391039
<p>The resulting attribute is a <a href="time_attributes.html">rowtime attribute</a>
10401040
that can be used in subsequent time-based operations such as
1041-
<a href="#joins">interval joins</a> and <a href="#aggregations">group window or over
1041+
<a href="joins.html#interval-joins">interval joins</a> and <a href="#aggregations">group window or over
10421042
window aggregations</a>.</p></td>
10431043
</tr>
10441044
<tr>
@@ -1047,7 +1047,7 @@ use [time attributes](time_attributes.html). To select those there are available
10471047
</td>
10481048
<td><p>Returns a <a href="time_attributes.html#processing-time">proctime attribute</a>
10491049
that can be used in subsequent time-based operations such as
1050-
<a href="#joins">interval joins</a> and <a href="#aggregations">group window or over
1050+
<a href="joins.html#interval-joins">interval joins</a> and <a href="#aggregations">group window or over
10511051
window aggregations</a>.</p></td>
10521052
</tr>
10531053
</tbody>

0 commit comments

Comments
 (0)