docs(core): fix links (#21891)
This commit is contained in:
parent
e864d35bbc
commit
2c8c8d4f2a
@ -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:
|
||||
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user