Fix broken links (2026-06-26)#19908
Merged
Merged
Conversation
- content/blog/tour-pulumi-equinix-provider/index.md: replace dead purestorage.com Portworx URL with portworx.com (the canonical product page after Pure Storage's web restructure). Stamps lastmod. - scripts/link-checker/check-links.js: exclude github.com/pulumi/pulumi/projects. The checker reaches it by crawling github.com/pulumi/pulumi (in additionalRoutes); the link lives on GitHub's own page, not in our content, and GitHub Projects classic has been deprecated. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Collaborator
Author
|
Your site preview for commit d4de987 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19908-d4de987c.s3-website.us-west-2.amazonaws.com |
CamSoper
approved these changes
Jun 26, 2026
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.
Fixes the broken links surfaced by the daily link checker run on
2026-06-26 (
.broken-links.json). Two unique destinations(one duplicated in the report).
Links → strategy
https://github.com/pulumi/pulumi/projectshttps://github.com/pulumi/pulumi(additionalRoutes)github.com/pulumi/pulumi(added toadditionalRoutesincheck-links.js). The link is on GitHub's own repo page, not in pulumi.com content (grepforpulumi/pulumi/projectsacross the repo returns no matches). GitHub Projects classic was deprecated, so this 400 is permanent and outside our control — exclude it so the report stays signal-rich.https://www.purestorage.com/products/cloud-native-applications/portworx.html/blog/tour-pulumi-equinix-provider/lastmodeverpuredata.com→ 404). The canonical Portworx product page is nowhttps://portworx.com/(verified 200), which is an exact equivalent replacement. Per blog guardrails, swapped the link and stampedlastmod: 2026-06-26;date:left unchanged.The second
pulumi/pulumi/projectsentry in the report is a literalduplicate (same source + destination) — the exclusion covers both.
Verification
curl -sILbefore fixing(Portworx URL confirmed 200; GitHub
/projectsconfirmed 400).make lint— passes (0 errors found., Prettier clean).make build— passes (Hugo build completes; only pre-existing CSS"Empty sub-selector" warnings, unrelated to this change).
False positives / not actioned
None this run. Both reported destinations were confirmed genuinely
broken.
Already tracked
None. No open
fix/broken-links-*PRs or issues cover these.Out of scope / filed issues
None. The GitHub
/projectsURL is on a third-party page (GitHub'sown rendering of
pulumi/pulumi) and is handled here via theexclusion list; no upstream issue to file.