Skip to content

Commit

Permalink
docs(misc): fix missing link on nx and yarn/lerna page (#9685)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 5, 2022
1 parent edda7b4 commit 14674a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/guides/lerna-and-nx.md
Expand Up @@ -47,7 +47,7 @@ the benefits of both. If you want to use Yarn Workspaces to dedupe `node_modules
Many companies do.

What often happens though is when folks adopt Nx, they have better affordances for implementing a single-version
policy (why this is a good idea is beyond the scope of this post, but you can read more about why Google does here). But
policy (why this is a good idea is beyond the scope of this post, but you can read more about why Google does [here](https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext)). But
it's important to stress that this isn't required by Nx. It's simply something that Nx can enable you to do at scale.

### Misconception: Nx is only for apps
Expand Down

1 comment on commit 14674a1

@vercel
Copy link

@vercel vercel bot commented on 14674a1 Apr 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.