From 2fba39efaced3e75a54fe53810d2324b179c471a Mon Sep 17 00:00:00 2001 From: "felix.bucsa" <72919584+FelixNicolaeBucsa@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:13:40 +0200 Subject: [PATCH] fix(docs): minor fixes in guides landing page (#741) --- pages/guides.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" } ]