Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(nx-dev): udpate links for Banking Case Study downloads #29082

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nx-dev/ui-customers/src/lib/enterprise-customers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function EnterpriseCustomers(): JSX.Element {
<DownloadCaseStudy
title="Banking Case Study"
description="$7B European bank cuts CI times by 62% and boosts team productivity."
buttonHref="https://go.nx.dev/bank-case-study"
buttonHref="https://go.nx.dev/banking-case-study"
/>
</div>
<a
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-enterprise/src/lib/metrics-and-customers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function MetricsAndCustomers(): JSX.Element {
<DownloadCaseStudy
title="Banking Case Study"
description="See how a $7B bank saved money, reduced CI times by 62% and improved developer productivity."
buttonHref="https://go.nx.dev/bank-case-study"
buttonHref="https://go.nx.dev/banking-case-study"
/>
</motion.div>
</div>
Expand Down