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

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

commit d54fea58993270f32f14401548dbf24918af96c0
Author: Arvid Heise <[email protected]>
AuthorDate: Fri Jun 19 13:03:53 2020 +0200

    [hotfix][docs] Fix broken link in metrics.md.
---
 docs/monitoring/metrics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index b602936..9709960 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -586,7 +586,7 @@ metrics.reporter.my_other_reporter.port: 10000
 {% endhighlight %}
 
 **Important:** The jar containing the reporter must be accessible when Flink 
is started. Reporters that support the
- `factory.class` property can be loaded as [plugins]({{ site.baseurl 
}}/ops/plugins). Otherwise the jar must be placed
+ `factory.class` property can be loaded as [plugins]({% link ops/plugins.md 
%}). Otherwise the jar must be placed
  in the /lib folder. Reporters that are shipped with Flink (i.e., all 
reporters documented on this page) are available
  by default.
 

Reply via email to