Fix broken motion cross-reference links#570
Open
Samuel-Baird wants to merge 1 commit into
Open
Conversation
The motions were renumbered to the *.2025.* scheme, but several
documents still linked to the old numbers, which now return 403 on
documents.worldcubeassociation.org:
- Code of Ethics: Spirit motion 01.2021.1 -> 01.2025.1
- Volunteer Crash Course: Spirit 01.2021.1 -> 01.2025.1,
Committees and Teams 10.2022.0 -> 10.2025.0, Delegates 08.2022.1 -> 08.2025.1
- WCA Board motion: Finances 11.2024.1 -> 11.2025.1, and corrected the
shortcut from wca{} (website) to wcadoc{} (documents server), matching
the correct reference already present elsewhere in the same file
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Several documents link to motion PDFs using their pre-2025 numbers. After the motions were renumbered to the
*.2025.*scheme, those old paths now return 403 ondocuments.worldcubeassociation.org(verified). This PR repoints them to the current files.Changes
documents/Code of Ethics.md01.2021.1→01.2025.1edudoc/volunteer-crash-course/volunteer_crash_course.md01.2021.1→01.2025.1; Committees and Teams10.2022.0→10.2025.0; Delegates08.2022.1→08.2025.1documents/motions/04.2025.1 - WCA Board.md11.2024.1→11.2025.1, andwca{}→wcadoc{}(the documents server, not the website)