You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/11/24 01:03:38 UTC

[apisix-website] branch juzhiyuan-patch-1 created (now d490639)

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

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


      at d490639  fix: downloads button

This branch includes the following new commits:

     new d490639  fix: downloads button

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-website] 01/01: fix: downloads button

Posted by ju...@apache.org.
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: 琚致远 <ju...@apache.org>
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>