Skip to content

fix(docs): update 19 broken documentation links in README#1906

Merged
mkmeral merged 3 commits intostrands-agents:mainfrom
KKamJi98:fix/readme-broken-doc-links
Apr 7, 2026
Merged

fix(docs): update 19 broken documentation links in README#1906
mkmeral merged 3 commits intostrands-agents:mainfrom
KKamJi98:fix/readme-broken-doc-links

Conversation

@KKamJi98
Copy link
Copy Markdown
Contributor

Description

All 19 documentation links in README.md return 404 because the docs site
migrated from strandsagents.com/latest/... to strandsagents.com/docs/....

Changes

  • 17 links: simple /latest//docs/ path prefix replacement
  • API Reference: /latest/api-reference/agent//docs/api/python/strands.agent.agent/
  • Bidirectional Streaming Quickstart: removed /documentation/docs/ and /experimental/ path segments
  • Logo SVG: kept at /latest/assets/ (still valid, /docs/assets/ returns 404)

Every link was individually verified against the live site before this change.

Related Issues

Closes #1905

Type of Change

  • Bug fix

Testing

  • Manually verified all 19 updated links return HTTP 200
  • Verified logo SVG URL remains valid at current path
  • No code changes — documentation only

All documentation links using strandsagents.com/latest/... return 404
because the docs site migrated to strandsagents.com/docs/...

Changes:
- Replace /latest/ with /docs/ for 17 documentation links
- Update API Reference path: /latest/api-reference/agent/ →
  /docs/api/python/strands.agent.agent/
- Update Bidirectional Streaming Quickstart path to remove
  /documentation/docs/ and /experimental/ segments
- Logo SVG asset URL kept at /latest/assets/ (still valid)
Upstream main added 'OpenAI Responses API' provider entry.
Resolve conflict by keeping /docs/ URLs and including the new entry.
@github-actions github-actions bot added size/s and removed size/s labels Apr 7, 2026
@mkmeral
Copy link
Copy Markdown
Contributor

mkmeral commented Apr 7, 2026

Thanks you for the contribution 😃

The CI was failing (likely due to stale branch), I've merged main, it should just merge afterwards.

@mkmeral mkmeral enabled auto-merge (squash) April 7, 2026 22:41
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@mkmeral mkmeral merged commit e7a2174 into strands-agents:main Apr 7, 2026
18 of 20 checks passed
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

2 participants