We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d2bab commit 473b4b9Copy full SHA for 473b4b9
docs/advanced-usage/prompt-engineering.md
@@ -8,7 +8,7 @@ Prompt engineering is the art of crafting effective instructions for AI models l
8
* **Bad:** "Fix the code."
9
* **Good:** "Fix the bug in the `calculateTotal` function that causes it to return incorrect results."
10
11
-* **Provide Context:** Use [Context Mentions](./context-mentions) to refer to specific files, folders, or problems.
+* **Provide Context:** Use [Context Mentions](../basic-usage/context-mentions) to refer to specific files, folders, or problems.
12
* **Good:** `@/src/utils.ts Refactor the \`calculateTotal\` function to use async/await.`
13
14
* **Break Down Tasks:** Divide complex tasks into smaller, well-defined steps.
0 commit comments