From ef3be8f90225dac3e1f1cdbd357d443212f2f40f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 17 May 2019 19:33:01 -0300 Subject: [PATCH] Link to the living spec draft instead of the (now outdated) proposal --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 437656e..a76b34b 100644 --- a/README.md +++ b/README.md @@ -733,7 +733,6 @@ Below are the AST node types for different regular expressions patterns: - [Positive character class](#positive-character-class) - [Negative character class](#negative-character-class) - [Character class ranges](#character-class-ranges) -- [Unicode properties](#unicode-properties) - [Alternative](#alternative) - [Disjunction](#disjunction) - [Groups](#groups) @@ -1148,7 +1147,7 @@ The AST node for this expression is: } ``` -All possible property names, values, and their aliases can be found at the [specification](https://tc39.github.io/proposal-regexp-unicode-property-escapes/#table-nonbinary-unicode-properties). +All possible property names, values, and their aliases can be found at the [specification](https://tc39.github.io/ecma262/#sec-runtime-semantics-unicodematchproperty-p). For `General_Category` it is possible to use a shorthand: