From 71dc85724d723e03d7801f9e85778041e2a480c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Rahi=C4=87?= Date: Mon, 29 Jan 2024 16:22:17 +0100 Subject: [PATCH] docs(vercel): fix recipe typos (#3572) --- .../testing-vercel-functions-with-opentelemetry-tracetest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples-tutorials/recipes/testing-vercel-functions-with-opentelemetry-tracetest.mdx b/docs/docs/examples-tutorials/recipes/testing-vercel-functions-with-opentelemetry-tracetest.mdx index d367c25acf..76ddcb89a1 100644 --- a/docs/docs/examples-tutorials/recipes/testing-vercel-functions-with-opentelemetry-tracetest.mdx +++ b/docs/docs/examples-tutorials/recipes/testing-vercel-functions-with-opentelemetry-tracetest.mdx @@ -48,7 +48,7 @@ The Vercel function will fetch data from an external API, transform the data and **Vercel Functions Example:** -Clone the official [Tracetest Pokeshop Demo App Repo](https://github.com/kubeshop/pokeshop) to your local machine. +Clone the [Tracetest GitHub Repo](https://github.com/kubeshop/pokeshop) to your local machine, and open the Vercel example app. ```bash git clone https://github.com/kubeshop/tracetest.git