You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2022/12/14 08:02:50 UTC

[apisix] branch master updated: docs: fix prometheus link (#8513)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 69e4d0731 docs: fix prometheus link (#8513)
69e4d0731 is described below

commit 69e4d07315a4019368c9bd6bacce77fa6693cb81
Author: Ashing Zheng <ax...@gmail.com>
AuthorDate: Wed Dec 14 16:02:44 2022 +0800

    docs: fix prometheus link (#8513)
---
 docs/zh/latest/terminology/plugin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/terminology/plugin.md b/docs/zh/latest/terminology/plugin.md
index 64b24be6d..2301add94 100644
--- a/docs/zh/latest/terminology/plugin.md
+++ b/docs/zh/latest/terminology/plugin.md
@@ -77,7 +77,7 @@ local _M = {
 }
 ```
 
-并不是所有插件都有具体配置项,比如 `[prometheus](../plugins/prometheus.md)` 下是没有任何具体配置项,此时可以使用一个空对象启用该插件。
+并不是所有插件都有具体配置项,比如 [prometheus](../plugins/prometheus.md) 下是没有任何具体配置项,此时可以使用一个空对象启用该插件。
 
 如果一个请求因为某个插件而被拒绝,会有类似如下 `warn` 级别的日志: