From 68b9f5a4fefb03d8b55e8e0d9cf0495588d42168 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Mon, 10 Feb 2025 10:57:21 -0800 Subject: [PATCH] Update migration doc link --- docs/migration_0.28.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/migration_0.28.md b/docs/migration_0.28.md index 344a33b02f..fe6f09f5ef 100644 --- a/docs/migration_0.28.md +++ b/docs/migration_0.28.md @@ -156,8 +156,7 @@ the changes required to be made. [Basic OTLP Example (0.27)](https://github.com/open-telemetry/opentelemetry-rust/tree/opentelemetry-otlp-0.27.0/opentelemetry-otlp/examples) [Basic OTLP Example -(0.28)](https://github.com/open-telemetry/opentelemetry-rust/tree/opentelemetry-otlp-0.27.0/opentelemetry-otlp/examples) -// TODO: Update this link after github tag is created. +(0.28)](https://github.com/open-telemetry/opentelemetry-rust/tree/opentelemetry-otlp-0.28.0/opentelemetry-otlp/examples) This guide covers only the most common breaking changes. If you’re using custom exporters or processors (or authoring one), please consult the changelog for