docs: Fix 49 broken links across documentation#247
Merged
prithvi2206 merged 1 commit intomainfrom Feb 16, 2026
Merged
Conversation
Broken links were identified by crawling docs.promptless.ai and checking all internal/external links and anchors. Root causes: - Section slug mismatch: links used /docs/configuration/ but Fern generates /docs/configuring-promptless/ from the section name - Page slug mismatches: Fern generates slugs from page titles (e.g. "GitHub Commits" -> git-hub-commits, "Slack Messages" -> slack-messages) but links used the source filenames - Missing /docs prefix on card hrefs in features/index.mdx - Wrong section paths for cross-section links (e.g. /docs/features/ instead of /docs/how-to-use-promptless/) - Broken #ip-whitelisting anchor (heading is "Step 6: IP Whitelisting") - Stale external link domain (www.gopromptless.ai -> promptless.ai) Co-Authored-By: Claude Opus 4.6 <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.
Summary
/configuration/vs/configuring-promptless/), Fern-generated page slug mismatches, missing/docsprefixes, incorrect cross-section paths, a broken anchor, and a stale external domainpilot-guide.mdxpage not caught by the crawlerDetails
configuration->configuring-promptless)/docs/configuration/triggers->/docs/configuring-promptless/triggerstriggers/slack->triggers/slack-messages/docsprefix/how-to-use-promptless/...->/docs/how-to-use-promptless/.../docs/features/slack-interactions->/docs/how-to-use-promptless/working-with-slack#ip-whitelisting->#step-6-ip-whitelistingwww.gopromptless.ai/privacy->promptless.ai/privacyTest plan
uv run --project server python tools/broken-links/check_broken_links.py https://docs.promptless.aiafter deploy to confirm 0 broken links🤖 Generated with Claude Code