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.