Fix dead matplotlib links in WELCOME_CONTRIBUTIONS.md - #253
Open
emilk wants to merge 1 commit into
Open
Conversation
The link checker has been failing on `main` since #192, because 16 matplotlib.org links are 404: * Rows for examples that matplotlib removed and that we already list under their new name are dropped (`share_axis_lims_views`, `align_ylabels`, `pyplot_text`, `pyplot_three`, `demo_gridspec06`). * `tick_label_right` and `tick_xlabel_top` were merged upstream into `ticks_top_right`, so they are now one row. * `image_thumbnail_sgskip` and the two `simple_legend0*` demos are gone without a gallery replacement, so their rows (and the now-empty "Userdemo" section) are dropped. * `multipage_pdf`, `svg_histogram_sgskip`, `svg_tooltip_sgskip` and `annotate_transform` no longer have generated thumbnails, so only the images are dropped; the links themselves still work. All 898 remaining matplotlib.org links were verified to return 200. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
WELCOME_CONTRIBUTIONS.md
|
View snapshot changes at kitdiff |
emilk
marked this pull request as ready for review
August 3, 2026 08:11
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.
The link checker has been failing on
mainsince #192: 16 matplotlib.org links are 404.