Fix remaining broken org handles in governments.yml (2 renames, 3 removals) - #1329
Open
opensource-joe wants to merge 1 commit into
Open
Fix remaining broken org handles in governments.yml (2 renames, 3 removals)#1329opensource-joe wants to merge 1 commit into
opensource-joe wants to merge 1 commit into
Conversation
Five handles in the list no longer resolve on GitHub (all return 404). Update the two with confirmed official successors and remove the three that are genuinely gone: - France: culturecommunication -> culturegouv (Ministère de la Culture) - Switzerland: BFS-SHS-MSAS -> BFS-Web (Bundesamt für Statistik) - Japan: remove city-of-kobe (no official successor org) - U.K. Councils: remove GuildfordBC (no replacement) - U.S. Federal: remove internationaltradeadministration (org deleted)
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.
What & why
Five organization handles in
_data/governments.ymlno longer resolve — each returns a 404 on both github.com and the API. This updates the two that have a confirmed official successor and removes the three that are genuinely gone, so the listing stops pointing at dead links.Each change was verified against the org's GitHub profile and its linked official government domain:
culturecommunicationculturegouvBFS-SHS-MSASBFS-Webcity-of-kobeGuildfordBCinternationaltradeadministrationOne note for maintainers: the Swiss
BFS-Weborg is official (admin.ch domain) but was created recently and currently has no public repos yet. Happy to drop that entry and keep it a straight removal instead if you'd prefer only orgs with published repos — let me know.Verified: all five old handles 404; both successor orgs return 200 and link back to official government domains.