You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2023/10/31 10:08:45 UTC

(curator-site) branch main updated: fix: ASF event URL

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/curator-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8326bc7  fix: ASF event URL
8326bc7 is described below

commit 8326bc75aec448624a5cdbb1fc56557222f9b4a5
Author: tison <wa...@gmail.com>
AuthorDate: Tue Oct 31 18:08:41 2023 +0800

    fix: ASF event URL
    
    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 98fe59c..7df6e7a 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -72,7 +72,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'},