From 04fb62dccb5cebc1cd333dfaacb598efddd4c2c8 Mon Sep 17 00:00:00 2001 From: Nicholas Cunningham Date: Fri, 26 Jul 2024 11:43:31 -0600 Subject: [PATCH] fix(nx-dev): add background on pricing tiles & blog link to pricing page #27157 --- docs/blog/2023-04-19-nx-cloud-3.md | 4 ++-- docs/blog/2024-07-25-nx-19-5-update.md | 4 ++-- docs/nx-cloud/reference/launch-templates.md | 2 +- nx-dev/ui-pricing/src/lib/faq.tsx | 2 +- nx-dev/ui-pricing/src/lib/plans/hobby-plan.tsx | 2 +- nx-dev/ui-pricing/src/lib/plans/pro-plan.tsx | 2 +- scripts/documentation/internal-link-checker.ts | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/blog/2023-04-19-nx-cloud-3.md b/docs/blog/2023-04-19-nx-cloud-3.md index a4abde5e35311..f2e1b9d9bafd9 100644 --- a/docs/blog/2023-04-19-nx-cloud-3.md +++ b/docs/blog/2023-04-19-nx-cloud-3.md @@ -90,7 +90,7 @@ Learn more at [enterprise](/enterprise). Nx Cloud has evolved a lot since we first released it in 2020, and is changing even more in 2023. To better adapt to Nx Cloud being a critical CI tool, we changed our pricing model to be more consistent and predictable for CI workloads. -Nx Cloud’s previous pricing was based on time savings from Nx Cloud, which made sense when Nx Cloud was strictly a distributed caching service. The [new pricing model](https://nx.app/pricing) is based entirely on the number of CI pipeline executions per calendar month. We believe this is a simpler and more transparent model that should help you predict your costs far more easily. +Nx Cloud’s previous pricing was based on time savings from Nx Cloud, which made sense when Nx Cloud was strictly a distributed caching service. The [new pricing model](/pricing) is based entirely on the number of CI pipeline executions per calendar month. We believe this is a simpler and more transparent model that should help you predict your costs far more easily. ![](/blog/images/2023-04-19/bodyimg8.webp) @@ -100,7 +100,7 @@ Finally, the **Enterprise plan** is for companies that want full control over wh All these changes should allow developers to choose the plan that best suits their needs and budget more easily, ensuring a seamless and transparent experience regarding pricing and subscription management. -Learn more at [https://nx.app/pricing](https://nx.app/pricing). +Learn more at [https://nx.dev/pricing](/pricing). ## Coming Next diff --git a/docs/blog/2024-07-25-nx-19-5-update.md b/docs/blog/2024-07-25-nx-19-5-update.md index 20317b9c90a50..1886c47840bdb 100644 --- a/docs/blog/2024-07-25-nx-19-5-update.md +++ b/docs/blog/2024-07-25-nx-19-5-update.md @@ -154,9 +154,9 @@ Our new expanded Hobby Tier now adds trial support for all features AND includes Sample the entire suite of features to see its impact on your organization. Start with everything, scale when you need more. -[![Nx Cloud Tiers](/blog/images/2024-07-25/start-with-everything-scale-when-you-need.jpg)](https://nx.app/pricing#plan-details) +[![Nx Cloud Tiers](/blog/images/2024-07-25/start-with-everything-scale-when-you-need.jpg)](/pricing#plan-details) -Checkout the [plan details page](https://nx.app/pricing#plan-details) for more info, and see how Nx Cloud can help you! +Checkout the [plan details page](/pricing#plan-details) for more info, and see how Nx Cloud can help you! ## Monorepo World Conference Speakers to Be Announced Soon!! diff --git a/docs/nx-cloud/reference/launch-templates.md b/docs/nx-cloud/reference/launch-templates.md index 7127499373df4..15f24630b0aa2 100644 --- a/docs/nx-cloud/reference/launch-templates.md +++ b/docs/nx-cloud/reference/launch-templates.md @@ -59,7 +59,7 @@ The following resource classes are available: - `docker_linux_arm64/extra_large` - `windows/medium` -See their detailed description and pricing at [nx.app/pricing](https://nx.app/pricing#plan-detail?sutm_source=nx.dev&utm_medium=launch-templates). +See their detailed description and pricing at [nx.dev/pricing](/pricing#plan-detail?sutm_source=nx.dev&utm_medium=launch-templates). ### `launch-templates..image` diff --git a/nx-dev/ui-pricing/src/lib/faq.tsx b/nx-dev/ui-pricing/src/lib/faq.tsx index eb4f422f44372..f448a95f99b42 100644 --- a/nx-dev/ui-pricing/src/lib/faq.tsx +++ b/nx-dev/ui-pricing/src/lib/faq.tsx @@ -56,7 +56,7 @@ export function Faq(): JSX.Element { { question: 'Is there a plan for open source projects?', answer: - 'Yes, we are happy to collaborate with open source projects. Please complete this form, and we will review your request and get back to you: https://nx.app/pricing/special-offer', + 'Yes, we are happy to collaborate with open source projects. Please complete this form, and we will review your request and get back to you: https://nx.dev/pricing/special-offer', }, { question: 'What payment methods do you accept?', diff --git a/nx-dev/ui-pricing/src/lib/plans/hobby-plan.tsx b/nx-dev/ui-pricing/src/lib/plans/hobby-plan.tsx index 660f14dea5e56..fe3b2b4a8b551 100644 --- a/nx-dev/ui-pricing/src/lib/plans/hobby-plan.tsx +++ b/nx-dev/ui-pricing/src/lib/plans/hobby-plan.tsx @@ -21,7 +21,7 @@ export function HobbyPlan({ url: string; }) { return ( -
+

+

readApiJson(manifestFileName) ); -const ignoreAnchorUrls = ['/nx-api', '/blog']; +const ignoreAnchorUrls = ['/nx-api', '/blog', '/pricing']; const errors: Array<{ file: string; link: string }> = []; const localLinkErrors: Array<{ file: string; link: string }> = [];