From c662f1c427677342bded371634d43812d3753e7d Mon Sep 17 00:00:00 2001 From: Rob Sanheim Date: Mon, 15 Jul 2024 14:11:47 -0500 Subject: [PATCH] docs: link to rdkafka example (#1045) Fix: link to rdkafka example Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- instrumentation/rdkafka/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/rdkafka/README.md b/instrumentation/rdkafka/README.md index 1c19caf7a..9f0c9a0ca 100644 --- a/instrumentation/rdkafka/README.md +++ b/instrumentation/rdkafka/README.md @@ -32,7 +32,7 @@ end ## Examples -Example usage can be seen in the `./example/rdkafka_trace_demonstration.rb` file [here](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/rdkafka/example/trace_demonstration.rb) +Example usage can be seen in the `./example/rdkafka_trace_demonstration.rb` file [here](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/rdkafka/example/rdkafka_trace_demonstration.rb) ## How can I get involved?