From 5061ce7a3b65ae4d032b995935a0e55d327ac0a8 Mon Sep 17 00:00:00 2001 From: Scott-Sowers-PostHog Date: Wed, 31 Jul 2024 14:37:25 -0700 Subject: [PATCH] Fixed sales team link in handbook --- contents/handbook/growth/sales/overview.md | 2 +- vercel.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contents/handbook/growth/sales/overview.md b/contents/handbook/growth/sales/overview.md index 0be647a384fa..e9b64a615aa5 100644 --- a/contents/handbook/growth/sales/overview.md +++ b/contents/handbook/growth/sales/overview.md @@ -95,7 +95,7 @@ We'd typically define a deal as a large deal if it has most of the following: ## Who the Sales & CS team are -Our small team page is maintained [here](/teams/customer-success). By 2026, we still want to be a very small but highly effective and responsive team (<20 people), rather than a very large sales team with all the traditional functions and hierarchy. In addition to people who share PostHog's culture, we also value: +Our small team page is maintained [here](/teams/sales-cs). By 2026, we still want to be a very small but highly effective and responsive team (<20 people), rather than a very large sales team with all the traditional functions and hierarchy. In addition to people who share PostHog's culture, we also value: - People who have very high empathy with product engineers and their needs - People who are happy to choose their own objectives if it meets a business goal diff --git a/vercel.json b/vercel.json index 142bfbafb458..cb817164e045 100644 --- a/vercel.json +++ b/vercel.json @@ -1302,6 +1302,7 @@ "destination": "/docs/product-analytics/trends/overview" }, { "source": "/book-a-demo", "destination": "/demo" }, - { "source": "/contact-sales", "destination": "/talk-to-a-human" } + { "source": "/contact-sales", "destination": "/talk-to-a-human" }, + { "source": "/teams/customer-success", "destination": "/teams/sales-cs" } ] }