This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch new-site-dev in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-site-dev by this push: new 1874e407 WB-NO-TICKET - Fix Events link in the footer (#126) 1874e407 is described below commit 1874e407b6a40b510d6356fd4a8660deabb5e8d8 Author: Gio <153032991+gio-start...@users.noreply.github.com> AuthorDate: Fri Jul 26 14:08:38 2024 +0200 WB-NO-TICKET - Fix Events link in the footer (#126) --- components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 08c12dd1..3f05299c 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -57,7 +57,7 @@ const links = [ }, { label: 'Events', - to: 'https://www.apache.org/events/current-event' + to: 'https://www.meetup.com/apache-pinot/' }, { label: 'Thanks', --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org