Skip to content

Fix broken links (Devin)#5545

Merged
davidkonigsberg merged 2 commits into
mainfrom
devin/fix-broken-links
May 19, 2026
Merged

Fix broken links (Devin)#5545
davidkonigsberg merged 2 commits into
mainfrom
devin/fix-broken-links

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@devin-ai-integration Please fix the broken links detected by the scheduled link checker.

Instructions:

  1. For each URL listed below, identify the source file containing the broken link
  2. Try to find the correct replacement URL. Common fixes include:
    • Updating outdated commit SHAs to the latest commit
    • Fixing URL-encoded paths
    • Updating renamed file paths
  3. IMPORTANT: If you cannot confidently find a correct replacement (e.g., the only signal is a 5xx/503 error, connection reset, or rate limiting), do NOT remove or modify the link. Instead, leave it unchanged and add a PR comment on the relevant line asking for manual validation.
  4. Only update links/paths contained in this PR, not other links that follow a similar pattern
  5. Run fern docs dev locally to verify your changes don't break anything
  6. Push your fix to this PR branch
  7. After CI posts a preview link, use it to verify that your changes actually fix the underlying issue, then post a comment to the PR mentioning that you have tested it using the preview link
  8. When the PR is ready for review, request a review from @davidkonigsberg in GitHub and send a message in the Devin session that includes "<!here>" to alert everyone in the channel.
  9. Delete the scaffold file (.github/broken-links/broken-links.md) as part of your fix

Broken Links:

Non-429 Broken Links


View workflow run

github-actions Bot and others added 2 commits May 19, 2026 11:11
@devin-ai-integration
Copy link
Copy Markdown
Contributor

/contact links — fixed ✓

All https://buildwithfern.com/contact links (7 EN files + 6 zh translations) have been replaced with https://buildwithfern.com/book-demo, which returns 200 and matches the navbar "Book a demo" link in docs.yml.

/slack links — needs manual validation

https://buildwithfern.com/slack returns 404 on the marketing site. This URL is used as a stable redirect to the Fern Community Slack invite in:

  • fern/products/home/pages/welcome.mdx (lines 337, 442)
  • fern/components/FernFooter.tsx (line 464)
  • zh translation: fern/translations/zh/products/home/pages/welcome.mdx

I could not find a reliable replacement — Slack shared-invite links expire, and the marketing site itself (buildwithfern.com) also uses /slack as the canonical redirect URL (as does the fern GitHub README). The fix likely needs to happen on the marketing site by restoring the /slack → Slack invite redirect. Leaving these links unchanged per the PR instructions.

---

<Warning>GraphQL API Reference is not actively maintained. [Contact us](https://buildwithfern.com/contact) if you have questions.</Warning>
<Warning>GraphQL API Reference is not actively maintained. [Contact us](https://buildwithfern.com/book-demo) if you have questions.</Warning>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.

@davidkonigsberg davidkonigsberg marked this pull request as ready for review May 19, 2026 11:21
@davidkonigsberg davidkonigsberg requested a review from devalog as a code owner May 19, 2026 11:21
@davidkonigsberg davidkonigsberg merged commit 1739ff3 into main May 19, 2026
4 checks passed
@davidkonigsberg davidkonigsberg deleted the devin/fix-broken-links branch May 19, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant