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

huweihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 363395ecc2730a4a63bd59642d31ba709881f6d9
Author: wangzzu <[email protected]>
AuthorDate: Tue Sep 12 13:01:12 2023 +0800

    [FLINK-33061][docs] Fix the link error of plugin in failure_enrichers
---
 docs/content/docs/deployment/advanced/failure_enrichers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/deployment/advanced/failure_enrichers.md 
b/docs/content/docs/deployment/advanced/failure_enrichers.md
index 3bb81fc39ad..34286e2ad32 100644
--- a/docs/content/docs/deployment/advanced/failure_enrichers.md
+++ b/docs/content/docs/deployment/advanced/failure_enrichers.md
@@ -42,7 +42,7 @@ To implement a custom FailureEnricher plugin, you need to:
 
 Then, create a jar which includes your `FailureEnricher`, 
`FailureEnricherFactory`, `META-INF/services/` and all external dependencies.
 Make a directory in `plugins/` of your Flink distribution with an arbitrary 
name, e.g. "failure-enrichment", and put the jar into this directory.
-See [Flink Plugin]({% link deployment/filesystems/plugins.md %}) for more 
details.
+See [Flink Plugin]({{< ref "docs/deployment/filesystems/plugins" >}}) for more 
details.
 
 {{< hint warning >}}
 Note that every FailureEnricher should have defined a set of {{< gh_link 
file="/flink-core/src/main/java/org/apache/flink/core/failure/FailureEnricher.java"
 name="output keys" >}} that may be associated with values. This set of keys 
has to be unique otherwise all enrichers with overlapping keys will be ignored.

Reply via email to