Skip to content

Commit 37d582b

Browse files
authored
Fix last broken link (#9632)
* Fix next guide references * update to relative paths * Fix link to next guide in introduction to agent-first development * Fix link to context strategies in agent development guide
1 parent fd9fb1d commit 37d582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/foundations/introduction-to-agent-first-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The agent can gather context automatically by searching your workspace and readi
9595
* Select the `+` icon in the chat input to attach specific files or folders.
9696
* Type `#` to reference specific context sources such as `#codebase`, `#file`, or `#fetch`.
9797

98-
Context is a balancing act. Too much information confuses the agent. Too little leaves out the specifics it needs. A dedicated guide covers [context strategies](reviewing-and-controlling-agent-changes.md) in more depth.
98+
Context is a balancing act. Too much information confuses the agent. Too little leaves out the specifics it needs. A dedicated guide covers [context strategies](/learn/foundations/reviewing-and-controlling-agent-changes.md) in more depth.
9999

100100
## Tools
101101

0 commit comments

Comments
 (0)