Skip to content

Commit a5c2f26

Browse files
authored
[FLINK-18423][docs] Fix Prefer tag in document "Detecting Patterns" page of "Streaming Concepts"
This closes apache#12764
1 parent 2ab3468 commit a5c2f26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/dev/table/streaming/match_recognize.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
-->
2626

2727
It is a common use case to search for a set of event patterns, especially in case of data streams.
28-
Flink comes with a [complex event processing (CEP) library]({{ site.baseurl }}/dev/libs/cep.html)
28+
Flink comes with a [complex event processing (CEP) library]({% link dev/libs/cep.md %})
2929
which allows for pattern detection in event streams. Furthermore, Flink's SQL API provides a
3030
relational way of expressing queries with a large set of built-in functions and rule-based
3131
optimizations that can be used out of the box.
@@ -93,10 +93,10 @@ project.
9393
{% endhighlight %}
9494

9595
Alternatively, you can also add the dependency to the cluster classpath (see the
96-
[dependency section]({{ site.baseurl}}/dev/project-configuration.html) for more information).
96+
[dependency section]({% link dev/project-configuration.md %}) for more information).
9797

9898
If you want to use the `MATCH_RECOGNIZE` clause in the
99-
[SQL Client]({{ site.baseurl}}/dev/table/sqlClient.html), you don't have to do anything as all the
99+
[SQL Client]({% link dev/table/sqlClient.md %}), you don't have to do anything as all the
100100
dependencies are included by default.
101101

102102
### SQL Semantics
@@ -263,8 +263,8 @@ look at the [event stream navigation](#pattern-navigation) section.
263263
### Aggregations
264264

265265
Aggregations can be used in `DEFINE` and `MEASURES` clauses. Both
266-
[built-in]({{ site.baseurl }}/dev/table/functions/systemFunctions.html) and custom
267-
[user defined]({{ site.baseurl }}/dev/table/functions/udfs.html) functions are supported.
266+
[built-in]({% link dev/table/functions/systemFunctions.md %}) and custom
267+
[user defined]({% link dev/table/functions/udfs.md %}) functions are supported.
268268

269269
Aggregate functions are applied to each subset of rows mapped to a match. In order to understand
270270
how those subsets are evaluated have a look at the [event stream navigation](#pattern-navigation)

0 commit comments

Comments
 (0)