Skip to content

Commit 3159196

Browse files
authored
Fix utf-8 guide link to otel page
Signed-off-by: Fiona Liao <[email protected]>
1 parent 009fb87 commit 3159196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/guides/utf8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ OTLP receiver in Prometheus 3.0 still normalizes all names to Prometheus format
9797
translation_strategy: NoUTF8EscapingWithSuffixes
9898

9999

100-
See [OpenTelemetry guide](./opentelemetry) for more details.
100+
See [OpenTelemetry guide](opentelemetry.md) for more details.
101101

102102

103103
# Querying
@@ -119,4 +119,4 @@ Label names must also be quoted if they contain legacy-incompatible characters:
119119
`{"metric.name", "my.label.name"="bar"}`
120120

121121
The metric name can appear anywhere inside the braces, but style prefers that it
122-
be the first term.
122+
be the first term.

0 commit comments

Comments
 (0)