Skip to content

Commit 413740b

Browse files
committed
Fixed broken links
1 parent 9187a04 commit 413740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/methodology/lesson-3-high-level-methodology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Nothing beats actually running your implementation. Be the user. Test the happy
225225

226226
### Use the Agent Itself
227227

228-
The agent is better at finding issues in code than generating perfect code on the first try. Use it to review its own work—we'll cover this self-review technique in [Lesson 9](../advanced/lesson-9-agent-collaboration.md). Similarly, have the agent create tests as guardrails—covered in [Lesson 8](../advanced/lesson-8-testing-strategies.md).
228+
The agent is better at finding issues in code than generating perfect code on the first try. Use it to review its own work—we'll cover this self-review technique in [Lesson 9](../practical-techniques/lesson-9-reviewing-code.md). Similarly, have the agent create tests as guardrails—covered in [Lesson 8](../practical-techniques/lesson-8-tests-as-guardrails.md).
229229

230230
**Automated checks still matter:** Run your build, tests, and linters. If these fail, you have clear signal that iteration or regeneration is needed. If they pass, manually verify behavior matches your plan and mental model.
231231

0 commit comments

Comments
 (0)