Skip to content

Commit

Permalink
change links EE page (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRst authored Mar 13, 2024
1 parent e9b882a commit 7ac7697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/enterprise/Editions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="card-body p-3 p-sm-5">
<h4 class="card-title" data-aos="fade-right">Open-Source Edition</h4>
<p class="type" data-aos="fade-left">Free</p>
<NuxtLink href="/docs/getting-started" class="btn btn-animated btn-dark-animated w-100" data-aos="zoom-in">
<NuxtLink href="/pricing" class="btn btn-animated btn-dark-animated w-100" data-aos="zoom-in">
Get started
</NuxtLink>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion components/enterprise/Security.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
<div class="row mt-1 mb-5">
<div class="d-flex justify-content-center">
<NuxtLink href="/docs/getting-started" class="btn btn-animated btn-purple-animated" data-aos="zoom-in">
<NuxtLink href="/pricing" class="btn btn-animated btn-purple-animated" data-aos="zoom-in">
Compare all features
</NuxtLink>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/enterprise.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<EnterpriseCompanyStories/>
<LayoutFooterContact
darkButtonText="Get Started"
darkButtonHref="https://github.com/kestra-io/kestra"
darkButtonHref="https://kestra.io/docs/getting-started/quickstart"
purpleButtonText="Talk to Us"
purpleButtonHref="https://kestra.io/demo"
/>
Expand Down

0 comments on commit 7ac7697

Please sign in to comment.