From 11f091985c979a9c3262fcadd1d8fda374971225 Mon Sep 17 00:00:00 2001 From: Mulia Nasution Date: Wed, 8 Sep 2021 22:38:02 +0700 Subject: [PATCH] Fix Lerna URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f013b8..46de17e8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ But here's where it gets really cool: When you specify a dependency from one workspace to another. It will get linked to the actual source. This way, when you go to test your code. All your changes get tested together. -> **Note:** This idea is not new, other tools like [Lerna](https://lernajs.io) +> **Note:** This idea is not new, other tools like [Lerna](https://lerna.js.org) > have existed for awhile and are used by many projects. Bolt is a fresh take > on the idea.