You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/12/01 04:28:13 UTC

[apisix-website] branch master updated: fix: downloads button (#97)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 530aab1  fix: downloads button (#97)
530aab1 is described below

commit 530aab1399c2cced0514cdea4ee390ecb2547b76
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Dec 1 12:28:06 2020 +0800

    fix: downloads button (#97)
---
 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>