From ab89351f62ed28a25648253e43baa94ac9c92b13 Mon Sep 17 00:00:00 2001 From: Juri Date: Thu, 13 Oct 2022 19:50:52 +0200 Subject: [PATCH] docs(core): adjust broken add to monorepo links --- README.md | 2 +- docs/shared/getting-started/intro.md | 4 ++-- nx-dev/ui-home/src/lib/migrate.tsx | 2 +- nx-dev/ui-home/src/lib/monorepo-styles.tsx | 2 +- packages/add-nx-to-monorepo/README.md | 2 +- packages/add-nx-to-monorepo/src/add-nx-to-monorepo.ts | 2 +- scripts/readme-fragments/content.md | 2 +- scripts/readme-fragments/resources.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bc959d35c6..fd19630ac1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A few links to help you get started: - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev) - [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) +- [Recipe: Adding Nx to an Existing Monorepo](https://nx.dev/recipes/adopting-nx/adding-to-monorepo) - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home) diff --git a/docs/shared/getting-started/intro.md b/docs/shared/getting-started/intro.md index 74325a918a..060431da37 100644 --- a/docs/shared/getting-started/intro.md +++ b/docs/shared/getting-started/intro.md @@ -18,11 +18,11 @@ Get a pre-configured setup. Nx configures your favorite frameworks and lets you {% /persona %} -{% persona type="lerna" title="Add to an Existing Monorepo" url="/recipe/adding-to-monorepo" %} +{% persona type="lerna" title="Add to an Existing Monorepo" url="/recipes/adopting-nx/adding-to-monorepo" %} Incrementally add Nx to your repo and enjoy faster CI runs and local development. All without modifying your existing setup. -- [Add Nx to an Existing Monorepo](/recipe/adding-to-monorepo) +- [Add Nx to an Existing Monorepo](/recipes/adopting-nx/adding-to-monorepo) {% /persona %} diff --git a/nx-dev/ui-home/src/lib/migrate.tsx b/nx-dev/ui-home/src/lib/migrate.tsx index 890be48f68..d5bcc1bdc3 100644 --- a/nx-dev/ui-home/src/lib/migrate.tsx +++ b/nx-dev/ui-home/src/lib/migrate.tsx @@ -18,7 +18,7 @@ export function Migrate(): JSX.Element {
- +

Choose your style! Have a monorepo already?{' '} - +