Skip to content

Commit ecc13d8

Browse files
authored
Fix link
1 parent 48c14cc commit ecc13d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/zero-code/java/agent/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ customization of spans:
8787

8888
| name | type | default | description |
8989
| ---------------- | ----------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
90-
| `kind` | `SpanKind` (enum) | `INTERNAL` | The [kind of span](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#spankind). |
90+
| `kind` | `SpanKind` (enum) | `INTERNAL` | The [kind of span](/docs/specs/otel/trace/api/#spankind). |
9191
| `inheritContext` | `boolean` | `true` | Since 2.14.0. Controls whether or not the new span will be parented in the existing (current) context. If `false`, a new context is created. |
9292

9393
Example parameter usage:

0 commit comments

Comments
 (0)