Skip to content

Fix broken links (Devin)#5335

Closed
github-actions[bot] wants to merge 2 commits intomainfrom
devin/fix-broken-links
Closed

Fix broken links (Devin)#5335
github-actions[bot] wants to merge 2 commits intomainfrom
devin/fix-broken-links

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

@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:

GitHub URLs Missing Locally


View workflow run

github-actions Bot and others added 2 commits May 4, 2026 12:05
…gelog

The bare URL in the Chinese translation was being parsed with the trailing fullwidth right paren U+FF09 included, causing the link checker to flag https://github.com/fern-api/protoc-gen-openapi/releases/tag/v0.1.7%EF%BC%89 as missing. Wrapping the URL in <...> autolink delimiters terminates the URL before the fullwidth paren.
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 4, 2026

@devin-ai-integration
Copy link
Copy Markdown
Contributor

Tested using the preview link.

The flagged URL https://github.com/fern-api/protoc-gen-openapi/releases/tag/v0.1.7) was being parsed by the link checker with the trailing fullwidth right paren (U+FF09) appended, producing a 404. The trailing is part of the surrounding Chinese sentence's parenthetical wrapping, not the URL.

Fix: wrapped the bare URL in <...> autolink delimiters in fern/translations/zh/products/sdks/generators/csharp/changelog/2026-03-13.mdx so the parser terminates the URL at > before the fullwidth .

Verified on preview at https://fern-preview-b2325149-e258-49ab-a203-0a82a1db7338.docs.buildwithfern.com/learn/zh/sdks/generators/csharp/changelog/2026/3/13 — the rendered link now points to https://github.com/fern-api/protoc-gen-openapi/releases/tag/v0.1.7 (200 OK), with the correctly outside the link.

@devin-ai-integration devin-ai-integration Bot marked this pull request as ready for review May 4, 2026 12:14
@devin-ai-integration devin-ai-integration Bot requested a review from devalog as a code owner May 4, 2026 12:14
@devin-ai-integration devin-ai-integration Bot requested review from davidkonigsberg and removed request for devalog May 4, 2026 12:14
@davidkonigsberg davidkonigsberg deleted the devin/fix-broken-links branch May 4, 2026 12:15
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 4, 2026

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