From cbec96024090febc93a0df26e08a25dac6f0c7d5 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Tue, 11 Feb 2025 10:12:09 -0800 Subject: [PATCH] Fix link in migration guide --- 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