Skip to content

Commit e7a2174

Browse files
KKamJi98mkmeral
andauthored
fix(docs): update 19 broken documentation links in README (#1906)
Co-authored-by: Murat Kaan Meral <muratkaanmeral@gmail.com>
1 parent 287c5b6 commit e7a2174

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -169,21 +169,21 @@ response = agent("Tell me about Agentic AI")
169169
```
170170

171171
Built-in providers:
172-
- [Amazon Bedrock](https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/)
173-
- [Anthropic](https://strandsagents.com/latest/user-guide/concepts/model-providers/anthropic/)
174-
- [Gemini](https://strandsagents.com/latest/user-guide/concepts/model-providers/gemini/)
175-
- [Cohere](https://strandsagents.com/latest/user-guide/concepts/model-providers/cohere/)
176-
- [LiteLLM](https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/)
177-
- [llama.cpp](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamacpp/)
178-
- [LlamaAPI](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/)
179-
- [MistralAI](https://strandsagents.com/latest/user-guide/concepts/model-providers/mistral/)
180-
- [Ollama](https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/)
181-
- [OpenAI](https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/)
182-
- [OpenAI Responses API](https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/)
183-
- [SageMaker](https://strandsagents.com/latest/user-guide/concepts/model-providers/sagemaker/)
184-
- [Writer](https://strandsagents.com/latest/user-guide/concepts/model-providers/writer/)
185-
186-
Custom providers can be implemented using [Custom Providers](https://strandsagents.com/latest/user-guide/concepts/model-providers/custom_model_provider/)
172+
- [Amazon Bedrock](https://strandsagents.com/docs/user-guide/concepts/model-providers/amazon-bedrock/)
173+
- [Anthropic](https://strandsagents.com/docs/user-guide/concepts/model-providers/anthropic/)
174+
- [Gemini](https://strandsagents.com/docs/user-guide/concepts/model-providers/gemini/)
175+
- [Cohere](https://strandsagents.com/docs/user-guide/concepts/model-providers/cohere/)
176+
- [LiteLLM](https://strandsagents.com/docs/user-guide/concepts/model-providers/litellm/)
177+
- [llama.cpp](https://strandsagents.com/docs/user-guide/concepts/model-providers/llamacpp/)
178+
- [LlamaAPI](https://strandsagents.com/docs/user-guide/concepts/model-providers/llamaapi/)
179+
- [MistralAI](https://strandsagents.com/docs/user-guide/concepts/model-providers/mistral/)
180+
- [Ollama](https://strandsagents.com/docs/user-guide/concepts/model-providers/ollama/)
181+
- [OpenAI](https://strandsagents.com/docs/user-guide/concepts/model-providers/openai/)
182+
- [OpenAI Responses API](https://strandsagents.com/docs/user-guide/concepts/model-providers/openai/)
183+
- [SageMaker](https://strandsagents.com/docs/user-guide/concepts/model-providers/sagemaker/)
184+
- [Writer](https://strandsagents.com/docs/user-guide/concepts/model-providers/writer/)
185+
186+
Custom providers can be implemented using [Custom Providers](https://strandsagents.com/docs/user-guide/concepts/model-providers/custom_model_provider/)
187187

188188
### Example tools
189189

@@ -202,7 +202,7 @@ It's also available on GitHub via [strands-agents/tools](https://github.com/stra
202202

203203
> **⚠️ Experimental Feature**: Bidirectional streaming is currently in experimental status. APIs may change in future releases as we refine the feature based on user feedback and evolving model capabilities.
204204
205-
Build real-time voice and audio conversations with persistent streaming connections. Unlike traditional request-response patterns, bidirectional streaming maintains long-running conversations where users can interrupt, provide continuous input, and receive real-time audio responses. Get started with your first BidiAgent by following the [Quickstart](https://strandsagents.com/latest/documentation/docs/user-guide/concepts/experimental/bidirectional-streaming/quickstart) guide.
205+
Build real-time voice and audio conversations with persistent streaming connections. Unlike traditional request-response patterns, bidirectional streaming maintains long-running conversations where users can interrupt, provide continuous input, and receive real-time audio responses. Get started with your first BidiAgent by following the [Quickstart](https://strandsagents.com/docs/user-guide/concepts/bidirectional-streaming/quickstart/) guide.
206206

207207
**Supported Model Providers:**
208208
- Amazon Nova Sonic (v1, v2)
@@ -301,11 +301,11 @@ await agent.run(
301301
For detailed guidance & examples, explore our documentation:
302302

303303
- [User Guide](https://strandsagents.com/)
304-
- [Quick Start Guide](https://strandsagents.com/latest/user-guide/quickstart/)
305-
- [Agent Loop](https://strandsagents.com/latest/user-guide/concepts/agents/agent-loop/)
306-
- [Examples](https://strandsagents.com/latest/examples/)
307-
- [API Reference](https://strandsagents.com/latest/api-reference/agent/)
308-
- [Production & Deployment Guide](https://strandsagents.com/latest/user-guide/deploy/operating-agents-in-production/)
304+
- [Quick Start Guide](https://strandsagents.com/docs/user-guide/quickstart/)
305+
- [Agent Loop](https://strandsagents.com/docs/user-guide/concepts/agents/agent-loop/)
306+
- [Examples](https://strandsagents.com/docs/examples/)
307+
- [API Reference](https://strandsagents.com/docs/api/python/strands.agent.agent/)
308+
- [Production & Deployment Guide](https://strandsagents.com/docs/user-guide/deploy/operating-agents-in-production/)
309309

310310
## Contributing ❤️
311311

0 commit comments

Comments
 (0)