Skip to content

Commit

Permalink
Merge pull request #50 from pluralsh/klink/link-fix
Browse files Browse the repository at this point in the history
fix: Broken “Start deploying” link on homepage
  • Loading branch information
dogmar authored Aug 7, 2023
2 parents 061c2e8 + 14e772b commit 7284544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export default function Index({
large
primary
as={Link}
href="https://plural.sh"
href="https://app.plural.sh/signup"
>
Start deploying
</Button>
Expand Down

0 comments on commit 7284544

Please sign in to comment.