From 29a2b18fb7920afd8e60ddceecc5fb2e1504da5f Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Mon, 31 Mar 2025 14:48:31 -0400 Subject: [PATCH] fix(nx-dev): fix blog post links (#30553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, links are broken to the latest Remote Caching blog post on these two pages: - https://nx.dev/blog/evolving-nx - https://nx.dev/blog/introducing-nx-powerpack Screenshot 2025-03-31 at 2 39 38 PM This PR fixes those and updates the timestamp to the correct date. --- docs/blog/2024-09-25-evolving-nx.md | 4 ++-- docs/blog/2024-09-25-introducing-nx-powerpack.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/blog/2024-09-25-evolving-nx.md b/docs/blog/2024-09-25-evolving-nx.md index 839035071e..5b89cfb847 100644 --- a/docs/blog/2024-09-25-evolving-nx.md +++ b/docs/blog/2024-09-25-evolving-nx.md @@ -7,9 +7,9 @@ cover_image: /blog/images/evolving-nx/thumbnail.png description: Nx's journey from a side project to a tool for millions, including Nx Cloud and Nx Powerpack developments. --- -{% callout type="info" title="Update - March 15th, 2025" %} +{% callout type="info" title="Update - March 31st, 2025" %} -Self-hosted caching is now free for everyone. Read more [in our blog post](todojs) and in our documentation about [remote caching options with Nx](/remote-cache). +Self-hosted caching is now free for everyone. Read more [in our blog post](/blog/custom-runners-and-self-hosted-caching) and in our documentation about [remote caching options with Nx](/remote-cache). {% /callout %} diff --git a/docs/blog/2024-09-25-introducing-nx-powerpack.md b/docs/blog/2024-09-25-introducing-nx-powerpack.md index e4977be5c2..19c46907f5 100644 --- a/docs/blog/2024-09-25-introducing-nx-powerpack.md +++ b/docs/blog/2024-09-25-introducing-nx-powerpack.md @@ -7,9 +7,9 @@ cover_image: /blog/images/introducing-powerpack/thumbnail.png description: Introducing Nx Powerpack, a paid extension suite for enterprise use cases, ensuring Nx remains open source and existing features are free. --- -{% callout type="info" title="Update - March 15th, 2025" %} +{% callout type="info" title="Update - March 31st, 2025" %} -Self-hosted caching is now free for everyone. Read more [in our blog post](todojs) and in our documentation about [remote caching options with Nx](/remote-cache). +Self-hosted caching is now free for everyone. Read more [in our blog post](/blog/custom-runners-and-self-hosted-caching) and in our documentation about [remote caching options with Nx](/remote-cache). {% /callout %}