From 120e15ec3731624775f04831fbeb459d02e3b4b2 Mon Sep 17 00:00:00 2001 From: CO2-Codes <48807676+CO2-Codes@users.noreply.github.com> Date: Sat, 24 Jan 2026 21:28:09 +0100 Subject: [PATCH] Updating a hardcoded documentation link to the new location. In case you're curious as to why we moved the docs: - The old location used a legacy wiki setup that is different from the modern github wiki and is barely maintained by github. - Probably as a direct result of this, in the last year it got slower and slower rendering the page until it often timed out entirely and needed multiple refreshes. - On top of that, this legacy wiki had no normal Github auth limitations, meaning that literally anyone with a Github account could edit (or vandalize) it. As an active user of xkcd IRC I don't mind being somewhat of a guard to weird edits. That's why the documentation was moved into a repo that I own. --- bucket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket.pl b/bucket.pl index 5663a5f..2f6b9b4 100755 --- a/bucket.pl +++ b/bucket.pl @@ -1302,7 +1302,7 @@ sub irc_on_public { &say( $chl => "$bag{who}: Grammatically, I refer to you as", $stats{users}{genders}{lc $bag{who}} . ". See", - "https://github.com/zigdon/xkcd-Bucket/wiki/Using-the-%23xkcd-bucket#gender for information on", + "https://github.com/CO2-Codes/xkcd-bucket-docs/blob/main/README.md#gender for information on", "setting this." );