You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by ti...@apache.org on 2022/06/06 23:15:41 UTC

[incubator-kvrocks-website] 01/02: events should be to /current-event

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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git

commit 636137f73e34c98fccac60392d3022b81a006c53
Author: tison <wa...@gmail.com>
AuthorDate: Tue Jun 7 06:58:24 2022 +0800

    events should be to /current-event
    
    Signed-off-by: tison <wa...@gmail.com>
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 50dbf49..d4dedf7 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -81,7 +81,7 @@ const config = {
             items: [
               {label: 'Foundation', to: 'https://www.apache.org/'},
               {label: 'License', to: 'https://www.apache.org/licenses/'},
-              {label: 'Events', to: 'https://www.apache.org/events/'},        
+              {label: 'Events', to: 'https://www.apache.org/events/current-event'},
               {label: 'Security', to: 'https://www.apache.org/security/'},
               {label: 'Sponsorship', to: 'https://www.apache.org/foundation/sponsorship.html'},
               {label: 'Privacy', to: 'https://www.apache.org/foundation/policies/privacy.html'},