From 2e4b6eb6ac3bd4a9ff6fdc00e71de04dd9c88796 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 15 Feb 2019 19:06:20 +0000 Subject: [PATCH] updating link to RFC #10 in the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f8a0157c3d9..ad1fa358b589f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## v6.8.0 (2019-02-07): -This release includes an implementation of [RFC #10](https://github.com/npm/rfcs/blob/latest/accepted/0010-monorepo-subdirectory-declaration.md), documenting an optional field that can be used to specify +This release includes an implementation of [RFC #10](https://github.com/npm/rfcs/blob/latest/implemented/0010-monorepo-subdirectory-declaration.md), documenting an optional field that can be used to specify the directory path for a package within a monorepo. ### NEW FEATURES