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/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new ad40df1 fix: ASF event link
ad40df1 is described below
commit ad40df1ce121e6b5d52bead84ab9030cd14bc02d
Author: tison <[email protected]>
AuthorDate: Tue Oct 31 18:07:23 2023 +0800
fix: ASF event link
See https://lists.apache.org/thread/vtf382zrmj1c87h38l1ly1924brsrxj8.
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 2454cbf..14b6b97 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -95,7 +95,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/current-event'},
+ {label: 'Events', to:
'https://www.apache.org/events/current-event.html'},
{label: 'Security', to: 'https://www.apache.org/security/'},
{label: 'Sponsorship', to:
'https://www.apache.org/foundation/sponsorship.html'},
{label: 'Privacy', to:
'https://privacy.apache.org/policies/privacy-policy-public.html'},