docs(core): fix links (#21891)

This commit is contained in:
Isaac Mann 2024-02-20 10:51:26 -05:00 committed by GitHub
parent e864d35bbc
commit 2c8c8d4f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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',