diff --git a/doc/design/monorepo.md b/doc/design/monorepo.md index 8e8b163672..c479bca828 100644 --- a/doc/design/monorepo.md +++ b/doc/design/monorepo.md @@ -1,6 +1,6 @@ # Why is Babel a monorepo? -> The tool for managing the monorepo in Babel has been extracted out as [lerna](https://github.com/kittens/lerna) +> The tool for managing the monorepo in Babel has been extracted out as [Lerna](https://github.com/lerna/lerna) Juggling a multimodule project over multiple repos is like trying to teach a newborn baby how to ride a bike.