Skip to content

Commit 16a7fd4

Browse files
authored
fix: correct broken anchor hash in agentic-observability-kit docs (#28497)
1 parent 54d5a25 commit 16a7fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/content/docs/patterns/agentic-observability-kit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ For organization-wide or enterprise-wide deployment, it is also a poor fit as a
300300
The kit does not replace the lower-level debugging tools.
301301

302302
- Use [`gh aw logs`](/gh-aw/reference/audit/#gh-aw-logs---format-fmt) to inspect cross-run trends directly.
303-
- Use [`gh aw audit`](/gh-aw/reference/audit/#gh-aw-audit-run-id-or-url) for a detailed single-run report.
303+
- Use [`gh aw audit`](/gh-aw/reference/audit/#gh-aw-audit-run-id-or-url-run-id-or-url) for a detailed single-run report.
304304
- Use [Cost Management](/gh-aw/reference/cost-management/) to understand Actions minutes, inference spend, and optimization levers.
305305
- Use [Cross-Repository Operations](/gh-aw/reference/cross-repository/) and [MultiRepoOps](/gh-aw/patterns/multi-repo-ops/) when the observability workflow needs to read or coordinate across multiple repositories.
306306

0 commit comments

Comments
 (0)