diff --git a/netlify.toml b/netlify.toml index 8ddcf34e041..721002ee739 100644 --- a/netlify.toml +++ b/netlify.toml @@ -103,7 +103,7 @@ # ========== INDIVIDUAL REDIRECTS ========== [[redirects]] from = "/contact/sales" - to = "/contact/product-specialist" + to = "/demo" status = 301 [[redirects]] @@ -125,4 +125,12 @@ from = "/cloud-beta" to = "/" status = 301 + +[[redirects]] + from = "/contact/product-specialist" + to = "/demo" + +[[redirects]] + from = "/use-cases/vulnerabilities" + to = "/use-cases/code-security" # ========== END INDIVIDUAL REDIRECTS ========== diff --git a/src/components/Actions/ContactPresalesSupportAction.tsx b/src/components/Actions/ContactPresalesSupportAction.tsx index d28fa73c602..d9393cd66be 100644 --- a/src/components/Actions/ContactPresalesSupportAction.tsx +++ b/src/components/Actions/ContactPresalesSupportAction.tsx @@ -8,7 +8,7 @@ interface Props { } export const ContactPresalesSupportAction: FunctionComponent = ({ className = '' }) => ( - + Talk to a product specialist diff --git a/src/components/Blog/ReleasePost.tsx b/src/components/Blog/ReleasePost.tsx index a94800c5633..c6633eb8ab8 100644 --- a/src/components/Blog/ReleasePost.tsx +++ b/src/components/Blog/ReleasePost.tsx @@ -60,8 +60,7 @@ export const ReleasePost: FunctionComponent = ({
- * Please contact Sourcegraph with any licensing - questions. + * Please contact Sourcegraph with any licensing questions.
) diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 61ab0f5bc3e..e778c14c2ef 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -23,10 +23,10 @@ const Footer: FunctionComponent = ({ minimal, className }) => (

About Sourcegraph