Commit 336c538
Remove anchor fragments from monitor-usage.md links (#4413)
Removed the `#token-usage-in-elastic-agent-builder` anchor from all
links to `monitor-usage.md` to simplify navigation and improve
maintainability.
**Changes:**
- Updated links in `chat.md`, `agent-builder-agents.md`, and `tools.md`
to reference `monitor-usage.md` directly without anchor fragments
- Links now point to the page itself rather than a specific section,
allowing the page structure to evolve independently
Before:
```markdown
[Token usage in Elastic Agent Builder](monitor-usage.md#token-usage-in-elastic-agent-builder)
```
After:
```markdown
[Token usage in Elastic Agent Builder](monitor-usage.md)
```
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: leemthompo <32779855+leemthompo@users.noreply.github.com>1 parent 8fe27e6 commit 336c538
File tree
3 files changed
+3
-3
lines changed- solutions/search/agent-builder
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments