Skip to content

Commit 784442f

Browse files
Fix docs/example semconv link (#4875)
1 parent 7e6f11e commit 784442f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/sqlcommenter/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is an example of how to use OpenTelemetry Python instrumention with
55
sqlcommenter to enrich database query statements with contextual information.
66
For more information on sqlcommenter concepts, see:
77

8-
* `Semantic Conventions - Database Spans <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md#sql-commenter>`_
8+
* `Semantic Conventions - Database Spans <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/db/database-spans.md#sql-commenter>`_
99
* `sqlcommenter <https://google.github.io/sqlcommenter/>`_
1010

1111
The source files of this example are available `here <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/sqlcommenter/>`_.
@@ -120,5 +120,5 @@ References
120120
* `OpenTelemetry Project <https://opentelemetry.io/>`_
121121
* `OpenTelemetry Collector <https://github.com/open-telemetry/opentelemetry-collector>`_
122122
* `OpenTelemetry MySQL instrumentation <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-mysql>`_
123-
* `Semantic Conventions - Database Spans <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md#sql-commenter>`_
123+
* `Semantic Conventions - Database Spans <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/db/database-spans.md#sql-commenter>`_
124124
* `sqlcommenter <https://google.github.io/sqlcommenter/>`_

0 commit comments

Comments
 (0)