Skip to content

Commit 7668723

Browse files
Add broken links scaffold for Devin to fix
1 parent 0d96ce4 commit 7668723

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@devin-ai-integration Please fix the broken links detected by the scheduled link checker.
2+
3+
**Instructions:**
4+
1. For each URL listed below, identify the source file containing the broken link
5+
2. Try to find the correct replacement URL. Common fixes include:
6+
- Updating outdated commit SHAs to the latest commit
7+
- Fixing URL-encoded paths
8+
- Updating renamed file paths
9+
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.
10+
4. Only update links/paths contained in this PR, not other links that follow a similar pattern
11+
5. Run `fern docs dev` locally to verify your changes don't break anything
12+
6. Push your fix to this PR branch
13+
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
14+
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.
15+
9. Delete the scaffold file (.github/broken-links/broken-links.md) as part of your fix
16+
17+
**Broken Links:**
18+
19+
20+
## Non-429 Broken Links
21+
22+
- [404] https://buildwithfern.com/products/sdks/custom-code.mdx
23+
24+
---
25+
[View workflow run](https://github.com/fern-api/docs/actions/runs/25435650842)

0 commit comments

Comments
 (0)