Skip to content

Commit c6289b7

Browse files
committed
Fixing broken links
1 parent 67827fa commit c6289b7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/content/docs/agents/api-reference/agents-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,6 @@ function ChatInterface() {
961961

962962
### Next steps
963963

964-
* [Build a chat Agent](/agents/getting-started/build-a-chat-agent/) using the Agents SDK and deploy it to Workers.
964+
* [Build a chat Agent](https://github.com/cloudflare/agents-starter) using the Agents SDK and deploy it to Workers.
965965
* Learn more [using WebSockets](/agents/api-reference/websockets/) to build interactive Agents and stream data back from your Agent.
966-
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows) from your Agent by combining the Agents SDK and [Workflows](/workflows).
966+
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows/) from your Agent by combining the Agents SDK and [Workflows](/workflows/).

src/content/docs/agents/api-reference/calling-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,6 @@ This ensures we only create Agents for authenticated users, and allows you to va
269269
### Next steps
270270

271271
* Review the [API documentation](/agents/api-reference/agents-api/) for the Agents class to learn how to define
272-
* [Build a chat Agent](/agents/getting-started/build-a-chat-agent/) using the Agents SDK and deploy it to Workers.
272+
* [Build a chat Agent](https://github.com/cloudflare/agents-starter) using the Agents SDK and deploy it to Workers.
273273
* Learn more [using WebSockets](/agents/api-reference/websockets/) to build interactive Agents and stream data back from your Agent.
274-
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows) from your Agent by combining the Agents SDK and [Workflows](/workflows).
274+
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows/) from your Agent by combining the Agents SDK and [Workflows](/workflows/).

src/content/docs/agents/api-reference/http-sse.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ If you're unsure of which is better for your use-case, we recommend WebSockets.
109109
### Next steps
110110

111111
* Review the [API documentation](/agents/api-reference/agents-api/) for the Agents class to learn how to define them.
112-
* [Build a chat Agent](/agents/getting-started/build-a-chat-agent/) using the Agents SDK and deploy it to Workers.
112+
* [Build a chat Agent](https://github.com/cloudflare/agents-starter) using the Agents SDK and deploy it to Workers.
113113
* Learn more [using WebSockets](/agents/api-reference/websockets/) to build interactive Agents and stream data back from your Agent.
114-
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows) from your Agent by combining the Agents SDK and [Workflows](/workflows).
114+
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows/) from your Agent by combining the Agents SDK and [Workflows](/workflows/).

src/content/docs/agents/api-reference/store-and-sync-state.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ This works because each instance of an Agent has its _own_ database, the state s
285285
### Next steps
286286

287287
* Review the [API documentation](/agents/api-reference/agents-api/) for the Agents class to learn how to define them.
288-
* [Build a chat Agent](/agents/getting-started/build-a-chat-agent/) using the Agents SDK and deploy it to Workers.
288+
* [Build a chat Agent](https://github.com/cloudflare/agents-starter) using the Agents SDK and deploy it to Workers.
289289
* Learn more [using WebSockets](/agents/api-reference/websockets/) to build interactive Agents and stream data back from your Agent.
290-
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows) from your Agent by combining the Agents SDK and [Workflows](/workflows).
290+
* [Orchestrate asynchronous workflows](/agents/api-reference/run-workflows/) from your Agent by combining the Agents SDK and [Workflows](/workflows/).

0 commit comments

Comments
 (0)