From f94dc277abaae116ed130cce423f468b70333a83 Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Mon, 8 Jul 2024 14:55:54 +0100 Subject: [PATCH] fix(docs): minor fixes in guides landing page --- pages/guides.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/guides.mdx b/pages/guides.mdx index 42d5b2fe9..fb4dbfac9 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", @@ -374,12 +374,12 @@ import GuideMdx from "../components/guide-mdx" 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.", + 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.", + description: "A beginner level guide to get you started with the AI Engine, Agentverse Functions and DeltaV.", path: "/guides/agent-courses/agents-for-ai" } ]