This is an automated email from the ASF dual-hosted git repository. nick pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tac-website.git
commit 578a639870a67b5ea6e1828c64bca3a916f73973 Author: Nick Burch <[email protected]> AuthorDate: Thu Jun 15 10:59:32 2023 +0100 Update event links --- layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 258b7cd..ca7c310 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -83,9 +83,9 @@ <a class="dropdown-item" href="/events/previous.html">Previous Events</a> <div class="dropdown-divider"></div> <a class="dropdown-item text-uppercase disabled" href="#">Related External Links</a> - <a class="dropdown-item" href="https://apachecon.com/">ApacheCon - The official event of the ASF</a> - <a class="dropdown-item" href="/calendars/">Major Apache-related Events</a> - <a class="dropdown-item" href="https://www.apache.org/events/meetups.html">Upcoming Apache-related meetups</a> + <a class="dropdown-item" href="https://communityovercode.org/">Community Over Code (formerly ApacheCon) - The official event of the ASF</a> + <a class="dropdown-item" href="https://www.apache.org/events/">Major Apache-related Events</a> + <a class="dropdown-item" href="https://events.apache.org/">Upcoming Apache-related events and meetups</a> </div> </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
