You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/07/06 02:42:23 UTC

[flink] branch release-1.11 updated: [FLINK-18457][docs] Fix invalid links in "Detecting Patterns" page of "Streaming Concepts"

This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 564fabb  [FLINK-18457][docs] Fix invalid links in "Detecting Patterns" page of "Streaming Concepts"
564fabb is described below

commit 564fabb3d1fbcbd611e1c21dea2b7ef29c727f3a
Author: Roc Marshal <64...@users.noreply.github.com>
AuthorDate: Mon Jul 6 10:40:06 2020 +0800

    [FLINK-18457][docs] Fix invalid links in "Detecting Patterns" page of "Streaming Concepts"
    
    This closes #12802
---
 docs/dev/table/streaming/match_recognize.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/table/streaming/match_recognize.md b/docs/dev/table/streaming/match_recognize.md
index b602bb2..21244df 100644
--- a/docs/dev/table/streaming/match_recognize.md
+++ b/docs/dev/table/streaming/match_recognize.md
@@ -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="{% link dev/table/streaming/joins.md %}#interval-joins">interval joins</a> and <a href="#aggregations">group window or over
          window aggregations</a>.</p></td>
     </tr>
     <tr>
@@ -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="{% link dev/table/streaming/joins.md %}#interval-joins">interval joins</a> and <a href="#aggregations">group window or over
           window aggregations</a>.</p></td>
     </tr>
   </tbody>