Skip to content

Commit fc7212e

Browse files
chore: apply suggestions
Co-authored-by: Damien Mathieu <[email protected]>
1 parent cc10281 commit fc7212e

File tree

1 file changed

+1
-1
lines changed
  • exporters/otlp/otlplog/otlplogfile/internal/writer

1 file changed

+1
-1
lines changed

exporters/otlp/otlplog/otlplogfile/internal/writer/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (w *FileWriter) Export(data []byte) error {
5555
}
5656

5757
// As stated in the specification, line separator is \n.
58-
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md#json-lines-file
58+
// https://github.com/open-telemetry/opentelemetry-specification/blob/v1.36.0/specification/protocol/file-exporter.md#json-lines-file
5959
if _, err := io.WriteString(w.file, "\n"); err != nil {
6060
return err
6161
}

0 commit comments

Comments
 (0)