Skip to content

Commit 6e311e4

Browse files
ryzokukenptomato
authored andcommitted
Update link to chakra bug tracker
1 parent 8067480 commit 6e311e4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ function Test262Error(message) {
299299

300300
The [Module section of INTERPRETING.md](https://github.com/tc39/test262/blob/HEAD/INTERPRETING.md#modules) states that `_FIXTURE` files will not have Realm modifications applied. In practice, this means that code in `_FIXTURE` files must abide by the following rules:
301301

302-
- **MUST NOT** refer to, or make use of any [Test262-Defined Bindings](https://github.com/tc39/test262/blob/HEAD/INTERPRETING.md#test262-defined-bindings) in any way.
303-
- **MUST NOT** refer to, or make use of any [Host-Defined Functions](https://github.com/tc39/test262/blob/HEAD/INTERPRETING.md#host-defined-functions) in any way.
302+
- **MUST NOT** refer to, or make use of any [Test262-Defined Bindings](https://github.com/tc39/test262/blob/HEAD/INTERPRETING.md#test262-defined-bindings) in any way.
303+
- **MUST NOT** refer to, or make use of any [Host-Defined Functions](https://github.com/tc39/test262/blob/HEAD/INTERPRETING.md#host-defined-functions) in any way.
304304

305305
## Handling Errors and Negative Test Cases
306306

@@ -459,7 +459,7 @@ Tests expressed with this convention are built automatically following the sourc
459459
## Reporting Bugs to Implementers
460460

461461
- [Boa](https://github.com/boa-dev/boa/issues/new)
462-
- [ChakraCore](https://github.com/microsoft/ChakraCore/issues/new)
462+
- [ChakraCore](https://github.com/chakra-core/ChakraCore/issues/new)
463463
- [engine262](https://github.com/engine262/engine262/issues/new)
464464
- [GraalJS](https://github.com/oracle/graal/issues/new?labels=bug&template=5_issues_other.md&title=)
465465
- [Hermes](https://github.com/facebook/hermes/issues/new?labels%5B%5D=need+triage&labels%5B%5D=bug&template=01_bug_report.md&title=)
@@ -469,5 +469,3 @@ Tests expressed with this convention are built automatically following the sourc
469469
- [QuickJS](https://github.com/bellard/quickjs/issues/new)
470470
- [SpiderMonkey](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=JavaScript%20Engine)
471471
- [V8](https://bugs.chromium.org/p/v8/issues/entry)
472-
473-

0 commit comments

Comments
 (0)