Skip to content

Commit 394d2cc

Browse files
committed
Fix broken links
1 parent 0f6dc01 commit 394d2cc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ instantiates that module in the new global's module map and in the lexical
2323
scope of the new global.
2424

2525
> This proposal picks up from the previous proposal for
26-
> [Evaluators]
27-
> (https://github.com/tc39/proposal-compartments/blob/7e60fdbce66ef2d97370007afeb807192c653333/3-evaluator.md)
28-
> from the [HardenedJS](https://hardenedjs.org) [`Compartment`
29-
> proposal][proposal-compartment] and depends upon [proposal-import-hook][],
26+
> [Evaluators](https://github.com/tc39/proposal-compartments/blob/7e60fdbce66ef2d97370007afeb807192c653333/3-evaluator.md)
27+
> from the [HardenedJS](https://hardenedjs.org) [`Compartment` proposal][proposal-compartments] and depends upon [proposal-import-hook][],
3028
> [proposal-esm-phase-imports][], and [proposal-source-phase-imports][].
3129
3230
## Interfaces
@@ -207,4 +205,5 @@ Meanwhile in Node.js `globalThis.constructor.name === 'Object'`
207205

208206
[proposal-source-phase-imports]: https://github.com/tc39/proposal-source-phase-imports
209207
[proposal-esm-phase-imports]: https://github.com/tc39/proposal-esm-phase-imports
208+
[proposal-compartments]: https://github.com/tc39/proposal-compartments
210209
[proposal-import-hook]: https://github.com/endojs/proposal-import-hook

0 commit comments

Comments
 (0)