Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99cb40c

Browse files
committed
Further fixes to broken link in SDK Guide for repo
1 parent 14edd3e commit 99cb40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/agent-runtime/sdk-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const result = await agent.prompt('Tell me about SmythOS.');
6666
console.log(result);
6767
```
6868

69-
See more complete examples in the [SRE Examples repo](https://github.com/SmythOS/sre/tree/main/examples).
69+
See more complete examples in the [SDK repo](https://github.com/SmythOS/sre/tree/main/examples).
7070

7171
<Spacer size="md" />
7272

@@ -143,7 +143,7 @@ stream.on('data', (chunk) => process.stdout.write(chunk));
143143

144144
## More Examples
145145

146-
Explore the [SDK examples folder](https://github.com/SmythOS/sre/tree/main/packages/examples) for advanced agent projects.
146+
Explore the [SDK examples folder](https://github.com/SmythOS/sre/tree/main/examples) for advanced agent projects.
147147

148148
<Spacer size="md" />
149149

0 commit comments

Comments
 (0)