Skip to content

Commit cefc152

Browse files
authored
Merge pull request #9599 from microsoft/digitarald/visual-hare
fix: correct link in hooks documentation
2 parents b298884 + fff3031 commit cefc152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/copilot/customization/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ VS Code searches for hook configuration files in these locations:
9999
| Workspace | `.github/hooks/*.json` |
100100
| Workspace (Claude format) | `.claude/settings.json`, `.claude/settings.local.json` |
101101
| User | `~/.copilot/hooks`, `~/.claude/settings.json` |
102-
| Custom agent | `hooks` field in `.agent.md` frontmatter (see [Agent-scoped hooks](#agent-scoped-hooks)) |
102+
| Custom agent | `hooks` field in `.agent.md` frontmatter (see [Agent-scoped hooks](#agentscoped-hooks)) |
103103
| Plugin | `hooks.json` or `hooks/hooks.json`, depending on the plugin format (see [Hooks in plugins](/docs/copilot/customization/agent-plugins.md#hooks-in-plugins)) |
104104

105105
Workspace hooks take precedence over user hooks for the same event type.

0 commit comments

Comments
 (0)