Skip to content

Commit

Permalink
fixed incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
dougkellermeyer committed Nov 17, 2023
1 parent a24125a commit 0e9b01b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const useNavItems = (): NavItem[] => {
},
{
title: "Connectors",
path: "https://estuary.dev/sources/",
path: "https://estuary.dev/integrations/",
},
{
title: "Resources",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const PricingPage = () => {
</div>
<Link
className="pricing-page-tile-button"
to="https://github.com/estuary/flow"
to="https://dashboard.estuary.dev/register"
>
Get started
</Link>
Expand Down Expand Up @@ -764,7 +764,7 @@ const PricingPage = () => {
</OutboundLink>
<OutboundLink
target="_blank"
href="/why"
href="/about#contact-us"
className="demo-button"
>
Contact Us
Expand Down

0 comments on commit 0e9b01b

Please sign in to comment.