Skip to content

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

Open
KKamJi98 wants to merge 2 commits intostrands-agents:mainfrom
KKamJi98:fix/readme-broken-doc-links
Open

fix(docs): update 19 broken documentation links in README#1906
KKamJi98 wants to merge 2 commits intostrands-agents:mainfrom
KKamJi98:fix/readme-broken-doc-links

Conversation

@KKamJi98
Copy link

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.
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