From 37ebe38ae0c19c7fb178ff3848192c744dc2972a Mon Sep 17 00:00:00 2001 From: Edi Amin Date: Mon, 7 Oct 2019 23:25:03 +0600 Subject: [PATCH] Fix lerna js site link --- README.md | 2 +- docs/contributors/managing-packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 494b9ba91e7be..e6b4565775def 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gutenberg [![Build Status](https://img.shields.io/travis/com/WordPress/gutenberg/master.svg)](https://travis-ci.com/WordPress/gutenberg) -[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/) +[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org) ![Screenshot of the Gutenberg Editor, editing a post in WordPress](https://cldup.com/H0oKBfpidk.png) diff --git a/docs/contributors/managing-packages.md b/docs/contributors/managing-packages.md index 000a74026469f..3f64ba3a1b903 100644 --- a/docs/contributors/managing-packages.md +++ b/docs/contributors/managing-packages.md @@ -4,5 +4,5 @@ This repository uses [lerna] to manage Gutenberg modules and publish them as pac Maintaining dozens of npm packages is difficult—it can be tough to keep track of changes. That's why we use `CHANGELOG.md` files for each package to simplify the release process. As a contributor you should add an entry to the aforementioned file each time you contribute adding production code as described in [Maintaining Changelogs](/packages/README.md#maintaining-changelogs) section. -[lerna]: https://lernajs.io/ +[lerna]: https://lerna.js.org [npm]: https://www.npmjs.com/