From d38afbb3c082daa0fbd35ddc5d8a02c80bbea04c Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Fri, 9 Jan 2026 16:07:06 -0800 Subject: [PATCH] Fix docs/example semconv link --- docs/examples/sqlcommenter/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/sqlcommenter/README.rst b/docs/examples/sqlcommenter/README.rst index e090c32144..99b5de526e 100644 --- a/docs/examples/sqlcommenter/README.rst +++ b/docs/examples/sqlcommenter/README.rst @@ -5,7 +5,7 @@ This is an example of how to use OpenTelemetry Python instrumention with sqlcommenter to enrich database query statements with contextual information. For more information on sqlcommenter concepts, see: -* `Semantic Conventions - Database Spans `_ +* `Semantic Conventions - Database Spans `_ * `sqlcommenter `_ The source files of this example are available `here `_. @@ -120,5 +120,5 @@ References * `OpenTelemetry Project `_ * `OpenTelemetry Collector `_ * `OpenTelemetry MySQL instrumentation `_ -* `Semantic Conventions - Database Spans `_ +* `Semantic Conventions - Database Spans `_ * `sqlcommenter `_ \ No newline at end of file