Skip to content

Commit ef7419c

Browse files
authored
fix(quickstart): update typescript examples link to repo (#486)
1 parent 5d7fb87 commit ef7419c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/quickstart/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ See the [Async Iterators](../concepts/streaming/async-iterators.md) documentatio
183183

184184
Ready to learn more? Check out these resources:
185185

186-
- [Examples](../../examples/README.md) - Examples for many use cases
186+
- [Examples](https://github.com/strands-agents/sdk-typescript/tree/main/examples) - Examples for many use cases
187187
- [TypeScript SDK Repository]({{ ts_sdk_repo_home }}) - Explore the TypeScript SDK source code and contribute
188188
- [Agent Loop](../concepts/agents/agent-loop.md) - Learn how Strands agents work under the hood
189189
- [State](../concepts/agents/state.md) - Understand how agents maintain context and state across a conversation

0 commit comments

Comments
 (0)