
diff --git a/website/src/pages/pricing.tsx b/website/src/pages/pricing.tsx
index 8a9e1ade69d..5fb1239624f 100644
--- a/website/src/pages/pricing.tsx
+++ b/website/src/pages/pricing.tsx
@@ -1,3 +1,4 @@
+import { Link } from 'gatsby'
import * as React from 'react'
import Helmet from 'react-helmet'
import { ContentSection } from '../components/content/ContentSection'
@@ -79,6 +80,7 @@ export default ((props: any) => (
{ name: 'Cloud-managed option', id: 'deployment' },
{ name: 'Priority support', id: 'support' },
]}
+ plusEverythingIn="Core"
buttonLabel="Buy now"
buttonHref="http://sourcegraph.com/subscriptions/new"
/>
@@ -113,8 +115,9 @@ export default ((props: any) => (
},
{ name: 'Audit logs', id: 'admin', future: true },
]}
+ plusEverythingIn="Enterprise"
buttonLabel="Buy now"
- buttonHref="/contact/sales"
+ buttonHref="http://sourcegraph.com/subscriptions/new"
/>