From f3bb0de6b20ff16c19970cd1c2e091191013cc6e Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Sun, 10 Dec 2017 14:24:16 -0500 Subject: [PATCH] Correct metadata reference in "contributing" docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d9d02983a..6d00e969a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ See the following directory trees for further recommended examples: - [test/built-ins/WeakMap](./test/built-ins/WeakMap/) - [test/language/arguments-object](./test/language/arguments-object/) -**Note** The project is currently transitioning from a naming system based on specification section numbers. There remains a substantial number of tests that conform to this outdated convention; contributors should ignore that approach when introducing new tests and instead encode this information using the [id](#id) frontmatter tag. +**Note** The project is currently transitioning from a naming system based on specification section numbers. There remains a substantial number of tests that conform to this outdated convention; contributors should ignore that approach when introducing new tests and instead encode this information using [the `esid` frontmatter tag](#esid). ## Test Case Style