Skip to content

Commit 6d1e420

Browse files
[editorial] Normalized intra-spec link in trace/api.md (#4367)
- Similar fix to #4366, in support of open-telemetry/opentelemetry.io#5935. The `trace/api.md` page also has a stray `)` when published to the OTel website - Normalizes path to intra-spec overview page. /cc @arminru @svrnm Apologies for the separate PRs, but I don't have my usual dev env setup so it was easier to fix these separately via the GH web interface. Co-authored-by: Carlos Alberto Cortez <[email protected]>
1 parent c2c59d8 commit 6d1e420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/trace/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ Note: A `CLIENT` span may have a child that is also a `CLIENT` span, or a
759759
depending on how the various components that are providing the functionality
760760
are built and instrumented.
761761

762-
[Semantic conventions](../../specification/overview.md#semantic-conventions) for
762+
[Semantic conventions](../overview.md#semantic-conventions) for
763763
specific technologies should document kind for each span they define.
764764

765765
For instance, [Database Client Semantic Conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md)

0 commit comments

Comments
 (0)