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

juzhiyuan pushed a commit to branch release/3.2
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.2 by this push:
     new 6afe6c370 docs: update plugin.md (#9078)
6afe6c370 is described below

commit 6afe6c370456580f396676771532c37a7d09015f
Author: Kevin <[email protected]>
AuthorDate: Wed May 3 20:28:07 2023 +0800

    docs: update plugin.md (#9078)
---
 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 2301add94..1fc0ae627 100644
--- a/docs/zh/latest/terminology/plugin.md
+++ b/docs/zh/latest/terminology/plugin.md
@@ -41,7 +41,7 @@ Plugin 表示将在 HTTP 请求/响应生命周期期间执行的插件配置。
 
 ## 配置简介
 
-如果你想在现有插件的基础上新增插件,请复制 `./conf/config-default.yaml` 中的 `plugins` 参数下的插件列表到 
`./conf/config.yaml` 的 `plugins` 参数中。
+如果你想在现有插件的基础上新增插件,请复制 
[`./conf/config-default.yaml`](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)
 中的 `plugins` 参数下的插件列表到 `./conf/config.yaml` 的 `plugins` 参数中。
 
 :::tip 提示
 

Reply via email to