Skip to content

Commit 0b35888

Browse files
authored
Fix link to DB semconv (#4760)
CI link check is failing since the page was moved in open-telemetry/semantic-conventions#3108. Using otel.io link instead since we make extra effort to keep them working when links change.
1 parent 4f2dc4b commit 0b35888

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
@@ -764,7 +764,7 @@ are built and instrumented.
764764
[Semantic conventions](../overview.md#semantic-conventions) for
765765
specific technologies should document kind for each span they define.
766766

767-
For instance, [Database Client Semantic Conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md)
767+
For instance, [Database Client Semantic Conventions](https://opentelemetry.io/docs/specs/semconv/database/database-spans/)
768768
recommend using `CLIENT` span kind to describes database calls.
769769
If the database client communicates to the server over HTTP, the HTTP
770770
instrumentation (when enabled) creates nested `CLIENT` spans to track individual

0 commit comments

Comments
 (0)