fix: exclude drupal.slack.com from link check, remove dead kitemetric link, fixes #727 - #729
Merged
Conversation
… link ## Description Fixes two broken-link findings from the weekly link-check sweep (#727). The drupal.slack.com app_redirect links 403 linkspector's headless browser because they require being signed into that Slack workspace, even though the links work fine for a logged-in member, so they're excluded the same way other bot-blocking sites already are in .linkspector.yml. The kitemetric.com blog post linked from the October 2025 newsletter genuinely 404s (the site itself is up), so that roundup entry is removed. ## Manual Testing Instructions Ran ddev prettier and ddev textlint, no changes needed. Verified https://kitemetric.com/ returns 200 while the specific blog post 404s, confirming it's genuinely dead rather than a bot-challenge false positive. Preview: https://REPLACE_ME.ddev-com-front-end.pages.dev/ 🤖 Developed with assistance from [Claude Code](https://claude.ai/code) Co-authored-by: Claude Sonnet 5 <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.
Description
Fixes two broken-link findings from the weekly link-check sweep (#727). The drupal.slack.com app_redirect links 403 linkspector's headless browser because they require being signed into that Slack workspace, even though the links work fine for a logged-in member, so they're excluded the same way other bot-blocking sites already are in .linkspector.yml. The kitemetric.com blog post linked from the October 2025 newsletter genuinely 404s (the site itself is up), so that roundup entry is removed.