summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2017-12-10 14:24:16 -0500
committerMike Pennisi <mike@mikepennisi.com>2017-12-10 14:24:16 -0500
commitf3bb0de6b20ff16c19970cd1c2e091191013cc6e (patch)
treef2e0fabbc8075f5204b83d6f9bd118634bf4055c
parent8311965251953d4745aeb68c98fb71fab2eac1d0 (diff)
downloadqtdeclarative-testsuites-f3bb0de6b20ff16c19970cd1c2e091191013cc6e.tar.gz
Correct metadata reference in "contributing" docs
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9d9d02983..6d00e969a 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