Skip to content

Commit 2627c31

Browse files
JacobCoffeeclaude
andcommitted
replace retired python-dev mailing list link with Python Discourse
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cf5dfa4 commit 2627c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const year = new Date().getFullYear();
2424
<h3 class="text-xs font-semibold uppercase tracking-widest text-zinc-500 dark:text-zinc-400">Related Links</h3>
2525
<ul class="mt-3 space-y-2">
2626
<li><a href="https://www.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">python.org</a></li>
27-
<li><a href="https://mail.python.org/mailman3/lists/python-dev.python.org/" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python-Dev Mailing List</a></li>
27+
<li><a href="https://discuss.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python Discourse</a></li>
2828
<li><a href="https://devguide.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python Developer's Guide</a></li>
2929
</ul>
3030
</div>

0 commit comments

Comments
 (0)