Skip to content

Commit 44bb278

Browse files
committed
fix: update RSVP meetup link and make registration button open in same tab
1 parent b16665d commit 44bb278

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_events/2026-04-software-engineering-ai-era.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ partners: Data + AI Academy & 43 Workspace
1111
mode: In-Person
1212
description: Join us for an exclusive deep dive into the architectural backbone of modern AI. We're moving past the hype to discuss how real-world systems from streaming data platforms to production AI actually run.
1313
event_space_link: /events/2026-04-software-engineering-ai-era/confirmation/
14-
link: https://docs.google.com/forms/d/e/1FAIpQLSfVWCt-VcxMgb2hDpbf6yDSDyrp-LR6x0-8k57fhVf-mDaGdg/viewform?usp=sharing&ouid=103431118362948721308
14+
link: https://www.meetup.com/data-ai-forum/events/313942031/
1515
map_link: https://share.google/3lsGJWPJbFgyz6G0u
1616
---
1717

_layouts/event.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ <h3 class="event-date">{{ page.date | date: "%A" }} {{ page.date | date_to_strin
2424
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
2525
<div class="d-flex align-items-center">
2626
{% if page.event_space_link %}
27-
<a class="rsvp-link mr-3" style="margin-right:15px;" href="{{page.event_space_link}}"
28-
target="_blank">Register</a>
27+
<a class="rsvp-link mr-3" style="margin-right:15px;"
28+
href="{{page.event_space_link}}">Register</a>
2929
{% endif %}
3030
{% if page.link and event_date_str >= current_date_str %}
3131
<a class="rsvp-link" href="{{page.link}}" target="_blank">RSVP</a>

0 commit comments

Comments
 (0)