Skip to content

fix: update README documentation links from /latest/ to /docs/#1922

Closed
frankgoldfish wants to merge 1 commit intostrands-agents:mainfrom
frankgoldfish:fix/readme-docs-links
Closed

fix: update README documentation links from /latest/ to /docs/#1922
frankgoldfish wants to merge 1 commit intostrands-agents:mainfrom
frankgoldfish:fix/readme-docs-links

Conversation

@frankgoldfish
Copy link

Summary

Fixes #1905.

The strandsagents.com docs site URL structure changed from /latest/... to /docs/..., causing all documentation links in README.md to return 404.

Changes

  • Replace /latest/ with /docs/ across all 19 provider and guide links
  • Fix doubled path in bidirectional streaming quickstart link (/docs/documentation/docs/.../docs/user-guide/quickstart/)
  • Update API Reference link to correct /docs/api/python/ path

Verification

All updated links verified as returning HTTP 200:

  • All 12 model provider links ✅
  • Quickstart, Agent Loop, Examples, Production Guide ✅
  • API Reference ✅
  • Custom provider link ✅

The strandsagents.com docs site URL structure changed from /latest/... to
/docs/... causing all 21 README links to return 404.

- Replace /latest/ prefix with /docs/ across all provider and guide links
- Fix doubled path in bidirectional streaming quickstart link
- Update API Reference link to correct /docs/api/python/ path

Fixes strands-agents#1905
@frankgoldfish
Copy link
Author

Closing this PR — found that PR #1906 already addresses this issue. Apologies for the duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] All 19 documentation links in README.md return 404

1 participant