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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9130e09  fix: fix faq broken link (#1544)
9130e09 is described below

commit 9130e09837f7e6283ba4645fab5c482b18a61949
Author: Cliff Su <[email protected]>
AuthorDate: Thu Mar 4 09:31:39 2021 +0800

    fix: fix faq broken link (#1544)
---
 web/src/components/Plugin/PluginPage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/components/Plugin/PluginPage.tsx 
b/web/src/components/Plugin/PluginPage.tsx
index a8a8117..26d9b22 100644
--- a/web/src/components/Plugin/PluginPage.tsx
+++ b/web/src/components/Plugin/PluginPage.tsx
@@ -164,7 +164,7 @@ const PluginPage: React.FC<Props> = ({
         <br />
         {formatMessage({ id: 'component.plugin.tip1' })}
         <a
-          
href="https://github.com/apache/apisix-dashboard/blob/master/docs/FAQ.md#4-after-modifying-the-plugin-schema-or-creating-a-custom-plugin-in-apache-apisix-why-cant-i-find-it-on-the-dashboard";
+          
href="https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/FAQ.md#4-after-modifying-the-plugin-schema-or-creating-a-custom-plugin-in-apache-apisix-why-cant-i-find-it-on-the-dashboard";
           target="_blank"
           rel="noreferrer"
         >

Reply via email to