diff --git a/specification/otlp-json-examples/README.md b/examples/README.md similarity index 100% rename from specification/otlp-json-examples/README.md rename to examples/README.md diff --git a/specification/otlp-json-examples/logs.json b/examples/logs.json similarity index 100% rename from specification/otlp-json-examples/logs.json rename to examples/logs.json diff --git a/specification/otlp-json-examples/metrics.json b/examples/metrics.json similarity index 100% rename from specification/otlp-json-examples/metrics.json rename to examples/metrics.json diff --git a/specification/otlp-json-examples/trace.json b/examples/trace.json similarity index 100% rename from specification/otlp-json-examples/trace.json rename to examples/trace.json diff --git a/specification/otlp.md b/specification/otlp.md index 47910dc35..27f433a39 100644 --- a/specification/otlp.md +++ b/specification/otlp.md @@ -422,7 +422,7 @@ numbers or strings are accepted when decoding. The client and the server MUST set "Content-Type: application/json" request and response headers when sending JSON Protobuf encoded payload. -For JSON payload examples see: [OTLP JSON request examples](otlp-json-examples/README.md) +For JSON payload examples see: [OTLP JSON request examples](../examples/README.md) #### OTLP/HTTP Request