From 5176f10c23dfb475c4c796cf2745098638656b4a Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Tue, 3 Jun 2025 12:18:43 -0400 Subject: [PATCH] docs(misc): fix link in blog post (#31438) The link in the post does not start with `/`, so it is going to `/blog/blog/...` instead. The `new Terminal UI` URL is going to `https://nx.dev/blog/blog/nx-21-terminal-ui`. Fixes: https://nx.dev/blog/nx-generators-ai-integration --- docs/blog/2025-05-13-nx-generators-ai-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2025-05-13-nx-generators-ai-integration.md b/docs/blog/2025-05-13-nx-generators-ai-integration.md index 6cfbc45d34..44ad2f8e03 100644 --- a/docs/blog/2025-05-13-nx-generators-ai-integration.md +++ b/docs/blog/2025-05-13-nx-generators-ai-integration.md @@ -119,7 +119,7 @@ To use this feature, you'll need: Once set up, you can start leveraging this powerful combination of predictable generators and intelligent AI assistance. -This integration is just one example of our broader vision for AI-enhanced development with Nx, providing useful and deep integration of LLMs into your development workflow. Currently we're looking into integrating our [new Nx terminal UI](blog/nx-21-terminal-ui) with your coding assistant, allowing for some interesting new AI powered workflows. +This integration is just one example of our broader vision for AI-enhanced development with Nx, providing useful and deep integration of LLMs into your development workflow. Currently we're looking into integrating our [new Nx terminal UI](/blog/nx-21-terminal-ui) with your coding assistant, allowing for some interesting new AI powered workflows. That said, don't forget to subscribe to our [YouTube channel](https://www.youtube.com/@nxdevtools) or [subscribe to our newsletter](https://go.nx.dev/nx-newsletter) for future announcements and demonstrations.