From a74af92d2a8849ed3b5eb2183c9f3ea069486fca Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Thu, 13 Feb 2025 08:56:05 +0000 Subject: [PATCH] fix(docs): fixes for broken links in examples --- pages/examples/agent/agents-with-docker.mdx | 2 -- pages/examples/examplestech/jupyter-agent.mdx | 4 ++-- .../postgres-database-with-an-agent.mdx | 2 +- pages/examples/examplestech/react-example.mdx | 2 +- pages/references.mdx | 14 +++++++++++++- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/pages/examples/agent/agents-with-docker.mdx b/pages/examples/agent/agents-with-docker.mdx index 0615956ef..971f330a7 100644 --- a/pages/examples/agent/agents-with-docker.mdx +++ b/pages/examples/agent/agents-with-docker.mdx @@ -6,8 +6,6 @@ import { CodeGroup, DocsCode,GithubCodeSegment, CodeSegment } from "../../../com This example shows how to run an agent using the uAgents library inside a Docker container with Docker Compose. It walks you through setting up everything you need so you can easily build and run the agent. -Please check out the example code in our [examples repo ↗️](https://github.com/fetchai/uAgent-Examples/tree/main/1-uagents/examples/intermediate/agents-with-docker) to run this locally. - ### Supporting Documents - [Almanac contract overview ↗️](../../references/contracts/uagents-almanac/almanac-overview). diff --git a/pages/examples/examplestech/jupyter-agent.mdx b/pages/examples/examplestech/jupyter-agent.mdx index 73abf74a0..65a0af596 100644 --- a/pages/examples/examplestech/jupyter-agent.mdx +++ b/pages/examples/examplestech/jupyter-agent.mdx @@ -4,7 +4,7 @@ import { CodeGroup, CodeSegment, DocsCode, GithubCodeSegment } from "../../../co **Jupyter notebook** natively supports asyncio, and as [Agents ↗️](/guides/agents/getting-started/whats-an-agent) are asynchronous by design, Jupyter and Agents work together with ease. -Please check out the example code in our [examples repo ↗️](https://github.com/fetchai/uAgent-Examples/tree/main/6-helpers/jupyter-notebook) to run this locally. +Please check out the example code in our [examples repo ↗️](https://github.com/fetchai/uAgent-Examples/tree/main/3-applications/jupyter-notebook) to run this locally. ## Installation @@ -23,7 +23,7 @@ Are you new to Agents? To understand the agent in this example, please read [com