fix: repair broken links found by live crawl (DOC-204)#1138
Merged
Conversation
From the docs.seam.co + seam.co broken-link crawl:
- Add 5 redirects for internal links that 404'd:
/low-level-apis/access-codes, /low-level-apis/managing-credentials,
/use-cases/granting-access/access-grants, and two flat
/device-and-system-integration-guides/get-started-with-{schlage-locks,
smartthings-hubs-+-smart-locks} paths -> their nested homes.
- Remove stray file:///Attachment.tiff image embeds in the 2N guide.
- Fix ControlByWeb marketing link (manufacturers/control-by-web -> controlbyweb).
Verified: broken-links --check-anchors --check-redirects passes; all redirect
destinations resolve.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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 genuinely-broken links surfaced by the live
broken-link-checkercrawl of docs.seam.co + seam.co (the rest of the crawl hits were rate-limited GitHub links, bot-blocked externals, and working 308 redirects).Internal 404s → redirects (5):
/low-level-apis/access-codes→/low-level-apis/smart-locks/access-codes/low-level-apis/managing-credentials→/low-level-apis/access-systems/managing-credentials/use-cases/granting-access/access-grants→/use-cases/granting-access/device-and-system-integration-guides/get-started-with-schlage-locks→ nested home/device-and-system-integration-guides/get-started-with-smartthings-hubs-+-smart-locks→ nested homeContent fixes:
file:///Attachment.tiffembeds in the 2N intercom guide.manufacturers/control-by-web→controlbyweb, verified 200).Remaining crawl findings (broken external/Seam-owned links, marketing-side issues, non-canonical redirect-hop links) will be filed as separate issues.
🤖 Generated with Claude Code