Skip to content

Fix outdated SDK source link in introduction#590

Merged
VascoSch92 merged 1 commit into
mainfrom
fix/sdk-source-link
Jun 24, 2026
Merged

Fix outdated SDK source link in introduction#590
VascoSch92 merged 1 commit into
mainfrom
fix/sdk-source-link

Conversation

@VascoSch92

Copy link
Copy Markdown
Member

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:

$ gh api repos/All-Hands-AI/agent-sdk --jq .full_name
OpenHands/software-agent-sdk

This is also the only repo link on the page still using the old All-Hands-AI org; every other link already uses OpenHands/*.

Change

Point the link directly at the current repo: https://github.com/OpenHands/software-agent-sdk.

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.
@VascoSch92 VascoSch92 requested a review from all-hands-bot June 24, 2026 14:08
@mintlify

mintlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
all-hands-ai 🟢 Ready View Preview Jun 24, 2026, 2:09 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

all-hands-bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

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 all-hands-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 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

@VascoSch92 VascoSch92 merged commit f256de1 into main Jun 24, 2026
5 checks passed
@VascoSch92 VascoSch92 deleted the fix/sdk-source-link branch June 24, 2026 14:15
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.

3 participants