Fix outdated SDK source link in introduction#590
Conversation
The 'view the source' link for the Software Agent SDK pointed to https://github.com/All-Hands-AI/agent-sdk, which has been renamed/ transferred and now only resolves via GitHub's redirect. Point it directly at the current repo, OpenHands/software-agent-sdk, matching the OpenHands org used by every other repo link on the page.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
✅ Review complete. This review was performed through OpenHands Cloud Automation. You can log in and view the conversation here. Result: ✅ Approved — see the review for details. |
all-hands-bot
left a comment
There was a problem hiding this comment.
🟢 Good taste
Minimal, targeted, correct. The single-line change updates the stale All-Hands-AI/agent-sdk link to point directly at OpenHands/software-agent-sdk, eliminating the silent-redirect dependency. I confirmed line 43 of overview/introduction.mdx is the only remaining All-Hands-AI reference on the page, so the fix is complete — no other occurrences need updating. The PR description also provides solid evidence (gh api repos/All-Hands-AI/agent-sdk --jq .full_name) showing the redirect still resolves to the new repo.
[RISK ASSESSMENT]
- [overview/introduction.mdx]
⚠️ Risk Assessment: 🟢 LOW
Documentation-only link fix; the old URL still works via GitHub's redirect, so no user-visible behavior breaks. Mintlify preview bot already deployed.
VERDICT: ✅ Worth merging
KEY INSIGHT: Direct canonical URLs over silent redirects — the same discipline that makes internal links robust also makes external docs links immune to org renames.
This review was generated by an AI agent (OpenHands) on behalf of the user through OpenHands Automation. View conversation
What
On the Introduction page, the OpenHands Software Agent SDK section's "view the source" link points to
https://github.com/All-Hands-AI/agent-sdk/.That repo was renamed/transferred and no longer exists under that name — it only loads via GitHub's silent redirect:
This is also the only repo link on the page still using the old
All-Hands-AIorg; every other link already usesOpenHands/*.Change
Point the link directly at the current repo:
https://github.com/OpenHands/software-agent-sdk.