This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new 7af3b711 fix: fix plugin translation url
7af3b711 is described below
commit 7af3b711fb7b402db7e9bf9fda019138e86f671f
Author: shuai <[email protected]>
AuthorDate: Tue Nov 28 11:05:38 2023 +0800
fix: fix plugin translation url
---
community/contributing/plugins.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/community/contributing/plugins.md
b/community/contributing/plugins.md
index 768ccd84..0d1c381b 100644
--- a/community/contributing/plugins.md
+++ b/community/contributing/plugins.md
@@ -88,7 +88,7 @@ type Connector interface {
:::tip
-`Translator` is a struct for translation. Please refer to [the
documentation](/docs/plugins/plugin-translation) for details.
+`Translator` is a struct for translation. Please refer to [the
documentation](/community/plugins/plugin-translation) for details.
:::