diff --git a/pages/guides.mdx b/pages/guides.mdx index 1eb113a0f..2cafdc7a6 100644 --- a/pages/guides.mdx +++ b/pages/guides.mdx @@ -95,7 +95,7 @@ import GuideMdx from "../components/guide-mdx" path: "/guides/agentverse/registering-agent-services", }, { - title: "Agentverse allowed imports", + title: "Agentverse: allowed imports", description: "A guide helping you in understanding what imports are allowed on the Agentverse.", path: "/guides/agentverse/allowed-imports", @@ -373,13 +373,13 @@ import GuideMdx from "../components/guide-mdx" type: "Courses", data: [ { - title: "Agents 101", - description: "A non-developer beginner level guide to get you started wit the basic concepts to create your first uAgents project.", + title: "Agents 101 🤖️", + description: "A non-developer beginner level guide to get you started with the basic concepts to create your first Agents project.", path: "/guides/agent-courses/introductory-course" }, { - title: "Agents 101 for AI Engine", - description: "A beginner level guide to get you started with the AI Engine, Agentverse Services and DeltaV.", + title: "Agents 101 for AI Engine 🤖", + description: "A beginner level guide to get you started with the AI Engine, Agentverse Functions and DeltaV.", path: "/guides/agent-courses/agents-for-ai" } ]