Skip to content

Commit 6536330

Browse files
fix: broken link in examples landing page
1 parent 5728d2c commit 6536330

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/examples.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ import { AgentsIcon, LedgerIcon, AgentverseIcon} from "src/icons/main-page-icons
6060
title: "Asynchronous Loops",
6161
path: "/examples/advanced/async-loops"
6262
},
63+
{
64+
title: "Agents broadcast",
65+
path: "/examples/intermediate/broadcast"
66+
},
6367
{
6468
title: "On Query decorator",
6569
path: "/examples/intermediate/on-query"
@@ -102,10 +106,6 @@ import { AgentsIcon, LedgerIcon, AgentverseIcon} from "src/icons/main-page-icons
102106
title: "Agents communication with Mailbox",
103107
path: "/examples/intermediate/mailbox-agents"
104108
},
105-
{
106-
title: "Agents broadcast",
107-
path: "/examples/intermediate/broadcast"
108-
},
109109
{
110110
title: "Agents Name Service",
111111
path: "/examples/intermediate/name-service"
@@ -130,7 +130,7 @@ import { AgentsIcon, LedgerIcon, AgentverseIcon} from "src/icons/main-page-icons
130130
},
131131
{
132132
title: "Agentverse Functions: register a local agent as a function",
133-
path: "/examples/local-agent-registration"
133+
path: "/examples/agentverse/local-agent-registration"
134134
},
135135
{
136136
title: "Hugging face API agent as a function",

0 commit comments

Comments
 (0)