From 2c8c8d4f2a6f5391f0a1e3411409d0adf48c3be3 Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Tue, 20 Feb 2024 10:51:26 -0500 Subject: [PATCH] docs(core): fix links (#21891) --- docs/shared/recipes/installation/update-global-installation.md | 2 +- nx-dev/nx-dev/redirect-rules.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/shared/recipes/installation/update-global-installation.md b/docs/shared/recipes/installation/update-global-installation.md index c9e94fbc8e..e05bd246c6 100644 --- a/docs/shared/recipes/installation/update-global-installation.md +++ b/docs/shared/recipes/installation/update-global-installation.md @@ -7,7 +7,7 @@ There are some cases where an issue could arise when using an outdated global in If you find yourself in this position, you will need to update your global install of Nx. -In most cases, you can update a globally installed npm package by rerunning the command you used to install it, as described [above](#installing-nx-globally) +In most cases, you can update a globally installed npm package by rerunning the command you used to install it. If you cannot remember which package manager you installed Nx globally with or are still encountering issues, you can locate other installs of Nx with these commands: diff --git a/nx-dev/nx-dev/redirect-rules.js b/nx-dev/nx-dev/redirect-rules.js index cf8516f3d8..b4353eb88a 100644 --- a/nx-dev/nx-dev/redirect-rules.js +++ b/nx-dev/nx-dev/redirect-rules.js @@ -182,7 +182,8 @@ const guideUrls = { '/guides/nextjs': '/next/overview', '/using-nx/nx-devkit': '/extending-nx/nx-devkit', '/structure/project-graph-plugins': '/extending-nx/project-graph-plugins', - '/guides/lerna-and-nx': '/migration/lerna-and-nx', + '/guides/lerna-and-nx': 'https://lerna.js.org', + '/migration/lerna-and-nx': 'https://lerna.js.org', '/cypress/v10-migration-guide': '/cypress/v11-migration-guide', '/cypress/generators/migrate-to-cypress-10': '/cypress/generators/migrate-to-cypress-11',