Skip to content

Commit 473b4b9

Browse files
committed
Fix a broken link
1 parent 20d2bab commit 473b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/prompt-engineering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Prompt engineering is the art of crafting effective instructions for AI models l
88
* **Bad:** "Fix the code."
99
* **Good:** "Fix the bug in the `calculateTotal` function that causes it to return incorrect results."
1010

11-
* **Provide Context:** Use [Context Mentions](./context-mentions) to refer to specific files, folders, or problems.
11+
* **Provide Context:** Use [Context Mentions](../basic-usage/context-mentions) to refer to specific files, folders, or problems.
1212
* **Good:** `@/src/utils.ts Refactor the \`calculateTotal\` function to use async/await.`
1313

1414
* **Break Down Tasks:** Divide complex tasks into smaller, well-defined steps.

0 commit comments

Comments
 (0)