From 8e4f42b5bf4ea80476deb0a3431c583a5b500f4d Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 5 Nov 2024 08:35:15 -0800 Subject: [PATCH] docs: update `test-producer.yaml` reference Signed-off-by: Emmanuel Ferdman --- .../testing-kafka-go-api-with-opentelemetry-tracetest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx b/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx index d3e6e706f2..d443479e26 100644 --- a/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx +++ b/docs/docs/examples-tutorials/recipes/testing-kafka-go-api-with-opentelemetry-tracetest.mdx @@ -170,7 +170,7 @@ Here are two sample tests you can get started with quickly. 👉 [Testing the Consumer](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/resources/test.yaml) -👉 [Testing the Producer](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/test-producer.yaml) +👉 [Testing the Producer](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/resources/test-producer.yaml) ## Learn More