Skip to content

Commit 388c737

Browse files
authored
Fix semantic conventions link (open-telemetry#1427)
* Fix broken Semantic Conventions link Resolves open-telemetry#1426 which has a broken ["Semantic Conventions"](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md) link in the [Span Attributes section of the Quickstart guide](https://github.com/open-telemetry/opentelemetry-java/blob/master/QUICKSTART.md#span-attributes), resulting in a 404 page. * tree -> blob
1 parent 7c81379 commit 388c737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,4 @@ tracerProvider.addSpanProcessor(BatchSpanProcessor.newBuilder(
408408
[OpenTelemetry Registry]: https://opentelemetry.io/registry/?s=exporter
409409
[OpenTelemetry Website]: https://opentelemetry.io/
410410
[Obtaining a Tracer]: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#obtaining-a-tracer
411-
[Semantic Conventions]: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md
411+
[Semantic Conventions]: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions

0 commit comments

Comments
 (0)