Skip to content

Commit e851657

Browse files
committed
feat(ai): Use markdown link format
1 parent dfb1972 commit e851657

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/skills/apm-integrations/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Write a new APM end-to-end integration for dd-trace-java, based on library instr
1717

1818
Before writing any code, read all three files in full:
1919

20-
1. `docs/how_instrumentations_work.md` — full reference (types, methods, advice, helpers, context stores, decorators)
21-
2. `docs/add_new_instrumentation.md` — step-by-step walkthrough
22-
3. `docs/how_to_test.md` — test types and how to run them
20+
1. [`docs/how_instrumentations_work.md`](docs/how_instrumentations_work.md) — full reference (types, methods, advice, helpers, context stores, decorators)
21+
2. [`docs/add_new_instrumentation.md`](docs/add_new_instrumentation.md) — step-by-step walkthrough
22+
3. [`docs/how_to_test.md`](docs/how_to_test.md) — test types and how to run them
2323

2424
These files are the single source of truth. Reference them while implementing.
2525

0 commit comments

Comments
 (0)