From a9d9da0b54ca28b7f3db12a586de457263822f01 Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Mon, 29 Jan 2024 15:59:57 +0100 Subject: [PATCH] docs(vercel): fix recipe typos --- .../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