From 2fa9ea45018c221d0975395c8d5704e4e5043b9d Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Tue, 28 Jun 2022 06:48:16 -0400 Subject: [PATCH] Fix broken link (#3172) --- apps/docs/pages/self-hosting/vercel.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/pages/self-hosting/vercel.mdx b/apps/docs/pages/self-hosting/vercel.mdx index a5341240db..969d25b32d 100644 --- a/apps/docs/pages/self-hosting/vercel.mdx +++ b/apps/docs/pages/self-hosting/vercel.mdx @@ -18,7 +18,7 @@ You need a PostgresDB database hosted somewhere. [Heroku](https://www.heroku.com git clone https://github.com//cal.com.git ``` -2. Copy the `.env.example` file in `apps/web`, rename it to `.env` and fill it with your settings ([See manual setup](https://github.com/calcom/cal.com#manual) and [Obtaining the Google API Credentials](https://github.com/calcom/cal.com#obtaining-the-google-api-credentials)) +2. Copy the `.env.example` file in `apps/web`, rename it to `.env` and fill it with your settings ([See manual setup](https://github.com/calcom/cal.com#manual-setup) and [Obtaining the Google API Credentials](https://github.com/calcom/cal.com#obtaining-the-google-api-credentials)) 3. Install packages with `yarn`