diff --git a/website/blog/2020-08-24-2.1.0.md b/website/blog/2020-08-24-2.1.0.md index 0caca7298683..b164a5a23927 100644 --- a/website/blog/2020-08-24-2.1.0.md +++ b/website/blog/2020-08-24-2.1.0.md @@ -416,7 +416,7 @@ for (const element of list) { #### Support Private Fields in `in` ([#8431](https://github.com/prettier/prettier/pull/8431) by [@sosukesuzuki](https://github.com/sosukesuzuki)) -Support Stage-2 proposal [Private Fields in `in`](https://github.com/tc39/proposal-private-fields-in-in/blob/master/README.md). +Support Stage-2 proposal [Private Fields in `in`](https://github.com/tc39/proposal-private-fields-in-in). ```js @@ -435,7 +435,7 @@ SyntaxError: Unexpected token (1:1) #### Support ES Module Attributes and JSON modules ([#8436](https://github.com/prettier/prettier/pull/8436) by [@fisker](https://github.com/fisker)) -Support Stage-1 proposal [ES Module Attributes and JSON modules](https://github.com/tc39/proposal-module-attributes). +Support Stage-2 proposal [ES Module Attributes and JSON modules](https://github.com/tc39/proposal-import-assertions). ```js @@ -453,7 +453,7 @@ import foo from "foo.json" with type: "json"; #### Support record and tuple syntax ([#8453](https://github.com/prettier/prettier/pull/8453) by [@fisker](https://github.com/fisker)) -Support Stage-1 proposal [JavaScript Records & Tuples Proposal](https://github.com/tc39/proposal-record-tuple/blob/master/README.md). +Support Stage-2 proposal [JavaScript Records & Tuples Proposal](https://github.com/tc39/proposal-record-tuple). _Only support `#[]`/`#{}` syntax, not `{| |}` / `[| |]`._ @@ -1255,7 +1255,7 @@ Non-ASCII whitespace characters like `U+00A0` `U+2005` etc. are not considered w Previously we parse html `