From 179f2e461cb6f537c326da2b29f112cc6a2b3e78 Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Sat, 28 Sep 2024 22:48:23 +0200 Subject: [PATCH] Fix Stackblitz preview link on with-opentelemetry example (#70543) Co-authored-by: JJ Kasper --- examples/with-opentelemetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-opentelemetry/README.md b/examples/with-opentelemetry/README.md index 2930dc99ee7ae..901877a4e1c27 100644 --- a/examples/with-opentelemetry/README.md +++ b/examples/with-opentelemetry/README.md @@ -13,7 +13,7 @@ More information about OpenTelemetry can be found in [Next.js docs](https://next ## Deploy your own -Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/data-fetch) +Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-opentelemetry) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-opentelemetry&project-name=with-opentelemetry&repository-name=with-opentelemetry)