This is an automated email from the ASF dual-hosted git repository.
gaoxihui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ozhera-site.git
The following commit(s) were added to refs/heads/main by this push:
new 11e6eb2 fix: change apache events link (#32)
11e6eb2 is described below
commit 11e6eb21c669bb5e51587dba67b925cfb9ab1d7a
Author: renqingfu1 <[email protected]>
AuthorDate: Wed Mar 5 10:43:35 2025 +0800
fix: change apache events link (#32)
---
.vitepress/configs/en/nav.mts | 2 +-
.vitepress/configs/zh/nav.mts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.vitepress/configs/en/nav.mts b/.vitepress/configs/en/nav.mts
index 220ee2c..22d8b55 100644
--- a/.vitepress/configs/en/nav.mts
+++ b/.vitepress/configs/en/nav.mts
@@ -50,7 +50,7 @@ export default [
},
{
text: 'Events',
- link: 'https://events.apache.org/'
+ link: 'https://www.apache.org/events/current-event'
},
{
text: 'Sponsor',
diff --git a/.vitepress/configs/zh/nav.mts b/.vitepress/configs/zh/nav.mts
index acc7b38..a5f06b6 100644
--- a/.vitepress/configs/zh/nav.mts
+++ b/.vitepress/configs/zh/nav.mts
@@ -62,7 +62,7 @@ export default [
},
{
text: 'Events',
- link: 'https://events.apache.org/'
+ link: 'https://www.apache.org/events/current-event'
},
{
text: 'Sponsor',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]