Skip to content

Commit b94aa86

Browse files
docs: fix vale error
1 parent 701e11c commit b94aa86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/platform/actors/development/quick_start/build_with_ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ toc_max_heading_level: 4
1313
import { AGENTS_PROMPT } from "@site/src/utils/agents-prompt";
1414
import PromptButton from "@site/src/components/PromptButton";
1515
import InstallMCPButton from "@site/src/components/InstallMCPButton";
16-
import copyForLlm from "./images/copy-for-llm.png";
16+
import copyForAI from "./images/copy-for-ai.png";
1717

1818
This guide shows you how to build Actors efficiently with AI coding assistants. You'll learn how to use pre-built instructions, integrate Apify documentation into your AI editor, and apply best practices for AI-assisted development.
1919

@@ -76,7 +76,7 @@ claude mcp add apify https://mcp.apify.com/?tools=docs -t http
7676

7777
Every page in the Apify documentation has a _Copy for LLM_ button. You can use it to add additional context to your AI assistant, or even open the page in ChatGPT, Claude, or Perplexity and ask additional questions.
7878

79-
<img src={copyForLlm} alt="Copy for LLM" width="250" />
79+
<img src={copyForAI} alt="Copy for LLM" width="250" />
8080

8181
## Use `llms.txt` and `llms-full.txt`
8282

0 commit comments

Comments
 (0)