This is an automated email from the ASF dual-hosted git repository. hsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit 372807893ea416d28ccd5d80b71faab78e09817f Author: sunhe05 <[email protected]> AuthorDate: Mon Apr 3 10:58:03 2023 +0000 Update the name for ASF events link --- site/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index dc1db7f73..084e21e04 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -80,7 +80,7 @@ module.exports = { { text: 'Security', link: 'https://www.apache.org/security/' }, { text: 'Privacy', link: 'https://privacy.apache.org/policies/privacy-policy-public.html' }, { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' }, - { text: 'Current Event', link: 'https://www.apache.org/events/current-event.html' }, + { text: 'Events', link: 'https://www.apache.org/events/current-event.html' }, ] } ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
