From 225ac9c7a6c0a7c61b51d0326dff1ab0cdb29ea8 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Wed, 12 Oct 2022 09:40:20 -0400 Subject: [PATCH] docs(core): update core-tutorial link on readme (#12549) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e5f000e48..bc959d35c6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Nx is a next generation build system with first class monorepo support and power A few links to help you get started: - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev) -- [Nx.Dev: Core Tutorials](https://nx.dev/core-tutorial/01-create-blog) +- [Nx.Dev: Core Tutorials](https://nx.dev/getting-started/core-tutorial) - [Recipe: Adding Nx to an Existing Monorepo](https://nx.dev/recipe/adding-to-monorepo) - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)