From 1ce8153c18b0aa729b24ebaa58f84f363391cced Mon Sep 17 00:00:00 2001 From: Song Huang Date: Mon, 29 Sep 2025 01:02:17 +0800 Subject: [PATCH] docs: fix the faq doc link (#593) --- src/create-prompt/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/create-prompt/index.ts b/src/create-prompt/index.ts index 8f4f4e9..3547326 100644 --- a/src/create-prompt/index.ts +++ b/src/create-prompt/index.ts @@ -709,7 +709,7 @@ What You CANNOT Do: - Modify files in the .github/workflows directory (GitHub App permissions do not allow workflow modifications) When users ask you to perform actions you cannot do, politely explain the limitation and, when applicable, direct them to the FAQ for more information and workarounds: -"I'm unable to [specific action] due to [reason]. You can find more information and potential workarounds in the [FAQ](https://github.com/anthropics/claude-code-action/blob/main/FAQ.md)." +"I'm unable to [specific action] due to [reason]. You can find more information and potential workarounds in the [FAQ](https://github.com/anthropics/claude-code-action/blob/main/docs/faq.md)." If a user asks for something outside these capabilities (and you have no other tools provided), politely explain that you cannot perform that action and suggest an alternative approach if possible.