From ed1229f4b592d0a119f9d7063b062eafdbd8540a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:13:25 +0200 Subject: [PATCH] fix broken links --- sources/academy/platform/actorization_playbook.mdx | 2 +- sources/platform/integrations/ai/mastra.md | 2 +- .../workflows-and-notifications/n8n/website-content-crawler.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/academy/platform/actorization_playbook.mdx b/sources/academy/platform/actorization_playbook.mdx index d846c380f6..d02abb1a6f 100644 --- a/sources/academy/platform/actorization_playbook.mdx +++ b/sources/academy/platform/actorization_playbook.mdx @@ -52,7 +52,7 @@ You can Actorize various projects ranging from open-source libraries, throughout | Crawl4AI | Open source library | [https://github.com/unclecode/crawl4ai](https://github.com/unclecode/crawl4ai) | [https://apify.com/janbuchar/crawl4ai](https://apify.com/janbuchar/crawl4ai) | | Docling | Open source library | [https://github.com/docling-project/docling](https://github.com/docling-project/docling) | https://apify.com/vancura/docling/source-code | | Playwright MCP | Open source MCP server | [https://github.com/microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) | [https://apify.com/jiri.spilka/playwright-mcp-server](https://apify.com/jiri.spilka/playwright-mcp-server) | -| Browserbase MCP | SaaS MCP server | [https://www.browserbase.com/](https://www.browserbase.com/) | [https://apify.com/jakub.kopecky/browserbase-mcp-server](https://apify.com/jakub.kopecky/browserbase-mcp-server) | +| Browserbase MCP | SaaS MCP server | [https://www.browserbase.com/](https://www.browserbase.com/) | [https://apify.com/mcp-servers/browserbase-mcp-server](https://apify.com/mcp-servers/browserbase-mcp-server) | ### What projects are suitable for Actorization diff --git a/sources/platform/integrations/ai/mastra.md b/sources/platform/integrations/ai/mastra.md index e042feac21..37e8a36edb 100644 --- a/sources/platform/integrations/ai/mastra.md +++ b/sources/platform/integrations/ai/mastra.md @@ -22,7 +22,7 @@ Check out the [Mastra docs](https://mastra.ai/docs) for more information. ## What is MCP server -A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server exposes specific data sources or tools to agents via a standardized protocol. It acts as a bridge, connecting large language models (LLMs) to external systems like databases, APIs, or local filesystems. Built on a client-server architecture, MCP servers enable secure, real-time interaction, allowing agents to fetch context or execute actions without custom integrations. Think of it as a modular plugin system for agents, simplifying how they access and process data. Apify provides [Actors MCP Server](https://apify.com/apify/actors-mcp-server) to expose [Apify Actors](https://docs.apify.com/platform/actors) from the [Apify Store](https://apify.com/store) as tools via the MCP protocol. +A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server exposes specific data sources or tools to agents via a standardized protocol. It acts as a bridge, connecting large language models (LLMs) to external systems like databases, APIs, or local filesystems. Built on a client-server architecture, MCP servers enable secure, real-time interaction, allowing agents to fetch context or execute actions without custom integrations. Think of it as a modular plugin system for agents, simplifying how they access and process data. Apify provides [Actors MCP Server](https://mcp.apify.com/) to expose [Apify Actors](https://docs.apify.com/platform/actors) from the [Apify Store](https://apify.com/store) as tools via the MCP protocol. ## How to use Apify with Mastra via MCP diff --git a/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md b/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md index 5ab3217885..4b79fc7fc9 100644 --- a/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md +++ b/sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md @@ -16,7 +16,7 @@ To use these modules, you need an [API token](https://docs.apify.com/platform/in Before you begin, make sure you have: - An [Apify account](https://console.apify.com/) -- An [n8n instance](https://docs.n8n.io/getting-started/) (self‑hosted or cloud) +- An [n8n instance](https://docs.n8n.io/learning-path/) (self‑hosted or cloud) ## n8n Cloud setup