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 81d7f13  Fixed broken link :heavy_check_mark: (#114)
81d7f13 is described below

commit 81d7f137c0a4c76629ead8be27e5a6c1b56c6bf7
Author: Arijit Kundu <[email protected]>
AuthorDate: Sat Dec 19 16:16:22 2020 +0530

    Fixed broken link :heavy_check_mark: (#114)
---
 website/core/Footer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/core/Footer.js b/website/core/Footer.js
index 708c254..e49870e 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -33,7 +33,7 @@ class Footer extends React.Component {
             <h5>ASF</h5>
             <a href="https://www.apache.org/";>Foundation</a>
             <a href="https://www.apache.org/licenses/";>License</a>
-            <a href="http://www.apache.org/events/current-event/";>Events</a>
+            <a href="https://www.apache.org/events/";>Events</a>
             <a href="https://www.apache.org/security/";>Security</a>
             <a href="https://www.apache.org/foundation/sponsorship.html";>
               Sponsorship

Reply via email to