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/08/25 09:44:15 UTC

[apisix-website] branch master updated: Update Footer.js

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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 86f6ead  Update Footer.js
86f6ead is described below

commit 86f6eadbef33785e74ee0cd239ce888e21aa792e
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Aug 25 17:44:09 2020 +0800

    Update Footer.js
---
 website/core/Footer.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/core/Footer.js b/website/core/Footer.js
index 956c961..d049c60 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -40,13 +40,13 @@ class Footer extends React.Component {
           </div>
           <div>
             <h5>Community</h5>
-            <a href={`${this.props.config.baseUrl}users`}>User Showcase</a>
             <a
               href="https://github.com/apache/apisix"
               target="_blank"
               rel="noreferrer noopener">
               GitHub
             </a>
+            <a href="https://apisix.slack.com/">Slack</a>
             <a
               href="https://twitter.com/ApacheAPISIX"
               target="_blank"
@@ -56,6 +56,7 @@ class Footer extends React.Component {
           </div>
           <div>
             <h5>More</h5>
+            <a href={`${this.props.config.baseUrl}users`}>User Showcase</a>
             <a href={`${this.props.config.baseUrl}blog`}>Blog</a>
           </div>
         </section>