From 42aae7779052bfab37e62b6ab77926a63e25a97b Mon Sep 17 00:00:00 2001
From: Maxim <xxxxxx@kuzdra.org>
Date: Fri, 7 Jun 2024 17:30:16 +0200
Subject: [PATCH 1/2] Bump conferences' dates and links
The conferences go on, but the links are stale. Fixed that.
Also dropped the ordinal number, because it does not seem to be
a part of the conferences' names and ELS does not mention it at all.
---
events/index.html | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/events/index.html b/events/index.html
index 909b5e9..d0c52ab 100644
--- a/events/index.html
+++ b/events/index.html
@@ -40,12 +40,10 @@
"http://icfpconference.org">International Conference on
Functional Programming (ICFP)</a>.</p>
<h2>Conferences</h2>
- <p><a href="http://www.european-lisp-symposium.org/2021">ELS'21,
- 14th European Lisp Symposium</a> — 3-4 May 2021 — virtual</p>
- <p><a href="https://www.lambdadays.org/lambdadays2021">8th Lambda
- Days</a> + 10th International Workshop on Trends in Functional
- Programming in Education + 22nd Symposium on Trends in Functional
- Programming — 16—19 February 2021 — virtual</p>
+ <p><a href="http://www.european-lisp-symposium.org/">European
+ Lisp Symposium 2024</a> — 6–7 May 2024, Vienna.</p>
+ <p><a href="https://www.lambdadays.org/">Lambda Days 2024</a> —
+ 27–28 May 2024, Kraków. Next event: 12–13 June 2025.</p>
<p><a href="conferences/"><b>Past conferences</b></a></p>
<h2>Lisp and Scheme User Groups</h2>
<p><a href="http://planet.lisp.org/meetings/">Lisp Meetings
--
2.45.1
From 223d7a1a2556d9bf0e1e3b758df8e36006ed9b8a Mon Sep 17 00:00:00 2001
From: Maxim <xxxxxx@kuzdra.org>
Date: Fri, 7 Jun 2024 17:41:29 +0200
Subject: [PATCH 2/2] Fix Meetup.com link
The old link is unresponsive. According to the Wayback Machine[1],
it's been down since the end of 2022. At some point Meetup.com
used to redirect from the old URL---that's the new link in this patch.
[1] <https://web.archive.org/web/*/http://scheme.meetup.com/>
---
events/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/events/index.html b/events/index.html
index d0c52ab..305ccd3 100644
--- a/events/index.html
+++ b/events/index.html
@@ -48,7 +48,7 @@
<h2>Lisp and Scheme User Groups</h2>
<p><a href="http://planet.lisp.org/meetings/">Lisp Meetings
Google Calendar</a></p>
- <p><a href="http://scheme.meetup.com/">Lisp & Scheme at
+ <p><a href="https://www.meetup.com/topics/lisp">Lisp & Scheme at
Meetup.com</a></p>
<p><a href=
"https://mailman.common-lisp.net/listinfo/boston-lisp">Lisp User
--
2.45.1