Skip to content

Commit 4c31a58

Browse files
chore(scripts/update-unicode-properties): fix datasource urls (#43)
1 parent 2f1cce0 commit 4c31a58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/update-unicode-properties.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ import { ESLint } from "eslint"
55

66
const DataSources = [
77
{
8-
url: "https://www.ecma-international.org/ecma-262/9.0/",
8+
url: "https://262.ecma-international.org/9.0",
99
version: 2018,
1010
binProperties: "#table-binary-unicode-properties",
1111
gcValues: "#table-unicode-general-category-values",
1212
scValues: "#table-unicode-script-values",
1313
},
1414
{
15-
url: "https://www.ecma-international.org/ecma-262/10.0/",
15+
url: "https://262.ecma-international.org/10.0",
1616
version: 2019,
1717
binProperties: "#table-binary-unicode-properties",
1818
gcValues: "#table-unicode-general-category-values",
1919
scValues: "#table-unicode-script-values",
2020
},
2121
{
22-
url: "https://www.ecma-international.org/ecma-262/11.0/",
22+
url: "https://262.ecma-international.org/11.0",
2323
version: 2020,
2424
binProperties: "#table-binary-unicode-properties",
2525
gcValues: "#table-unicode-general-category-values",
2626
scValues: "#table-unicode-script-values",
2727
},
2828
{
29-
url: "https://tc39.es/ecma262/",
29+
url: "https://262.ecma-international.org/12.0",
3030
version: 2021,
3131
binProperties: "#table-binary-unicode-properties",
3232
gcValues: "#table-unicode-general-category-values",

0 commit comments

Comments
 (0)