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

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

commit d4906393586d46445428109364576ce0d6ad42a6
Author: 琚致远 <[email protected]>
AuthorDate: Tue Nov 24 09:03:33 2020 +0800

    fix: downloads button
---
 website/pages/en/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index fcb2c57..b208063 100644
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -66,7 +66,7 @@ class HomeSplash extends React.Component {
           <ProjectTitle tagline={siteConfig.tagline} 
tagline2={siteConfig.tagline2} title={siteConfig.title} />
           <PromoSection>
             <Button href="https://github.com/apache/apisix"; 
target="_blank">View on GitHub</Button>
-            <Button href="/docs/downloads" target="_blank">Downloads</Button>
+            <Button href="/downloads" target="_blank">Downloads</Button>
           </PromoSection>
         </div>
       </SplashContainer>

Reply via email to