Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Sep 24, 2020
1 parent 994967f commit 2143c9e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
23 changes: 11 additions & 12 deletions README.md
Expand Up @@ -85,7 +85,7 @@ Note that as part of the onboarding process your repository name may be normaliz
[tests-static-class-fields]: https://github.com/tc39/test262/pulls?q=is%3Apr+is%3Aclosed+static+fields+
[function-sent]: https://github.com/tc39/proposal-function.sent
[function-sent-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-07/july-23.md#making-functionsent-inactive
[decorators]: http://github.com/tc39/proposal-decorators
[decorators]: https://github.com/tc39/proposal-decorators
[decorators-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-03/april-2.md#decorators-update--call-for-participation
[private-methods]: https://github.com/tc39/proposal-private-methods
[private-methods-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-30.md#private-fields-and-methods-refresher
Expand All @@ -99,14 +99,14 @@ Note that as part of the onboarding process your repository name may be normaliz
[tests-nonblocking]: https://github.com/tc39/test262/issues/2511
[throw-expressions]: https://github.com/tc39/proposal-throw-expressions
[throw-expressions-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-01/jan-24.md#13iiii-throw-expressions-for-stage-3
[static-class-features]: http://github.com/tc39/proposal-static-class-features/
[static-class-features]: https://github.com/tc39/proposal-static-class-features
[static-class-features-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-05/may-23.md#static-class-features-for-stage-3
[censorship]: https://github.com/tc39/proposal-function-implementation-hiding
[censorship-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-12/december-4.md#update-on-function-implementation-hiding
[await]: https://github.com/tc39/proposal-top-level-await
[await-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-06/june-6.md#top-level-await-for-stage-3
[tests-await]: https://github.com/tc39/test262/pull/2274
[set-methods]: https://github.com/tc39/set-methods
[set-methods]: https://github.com/tc39/proposal-set-methods
[set-methods-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-29.md#update-on-set-methods
[hashbang-grammar]: https://github.com/tc39/proposal-hashbang
[tests-hashbang-grammar]: https://github.com/tc39/test262/pull/2065
Expand All @@ -115,12 +115,12 @@ Note that as part of the onboarding process your repository name may be normaliz
[richer-keys-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-30.md#richer-keys-for-stage-2
[unicode-sequence-properties]: https://github.com/tc39/proposal-regexp-unicode-sequence-properties
[unicode-sequence-properties-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-10/october-2.md#update-on-sequence-property-escapes-in-unicode-regular-expressions
[regex-match-indices]: https://github.com/tc39/proposal-regexp-match-Indices
[regex-match-indices]: https://github.com/tc39/proposal-regexp-match-indices
[regex-match-indices-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-12/december-3.md#regexp-match-indices-performance-feedback
[tests-regexp-match-indices]: https://github.com/tc39/test262/pull/2309
[buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer/
[buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer
[buffer-transfer-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-07/july-24.md#arraybufferprototypetransfer
[resource-management]: https://github.com/tc39/proposal-using-statement
[resource-management]: https://github.com/tc39/proposal-explicit-resource-management
[resource-management-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-02/february-5.md#updates-on-explicit-resource-management
[standard-library]: https://github.com/tc39/proposal-javascript-standard-library
[standard-library-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-07/july-26.md#javascript-standard-library
Expand All @@ -130,24 +130,23 @@ Note that as part of the onboarding process your repository name may be normaliz
[private-declarations]: https://github.com/tc39/proposal-private-declarations
[isTemplateObject]: https://github.com/tc39/proposal-array-is-template-object
[isTemplateObject-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-12/december-4.md#arrayistemplateobject-update
[resource-management]: https://github.com/tc39/proposal-using-statement
[resource-management-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-07/july-24.md#explicit-resource-management
[map-upsert]: https://github.com/tc39/proposal-upsert
[map-upsert-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-10/october-2.md#mapupsert--previously-mapinsertorupdate
[Dynamic Import Host Adjustment]: https://github.com/tc39/dynamic-import-host-adjustment/blob/master/README.md
[Dynamic Import Host Adjustment]: https://github.com/tc39/dynamic-import-host-adjustment
[Dynamic Import Host Adjustment notes]: https://github.com/tc39/notes/blob/master/meetings/2019-12/december-5.md#dynamic-import-host-adjustment-for-stage-2
[private-fields-in-in]: https://github.com/tc39/proposal-private-fields-in-in
[private-fields-in-in-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-03/april-1.md#ergonomic-brand-checks-for-private-fields-for-stage-1
[cleanup-some]: https://github.com/codehag/proposal-cleanup-some
[cleanup-some]: https://github.com/tc39/proposal-cleanup-some
[json-modules]: https://github.com/tc39/proposal-json-modules
[item]: https://github.com/tabatkins/proposal-item-method
[item]: https://github.com/tc39/proposal-item-method
[tests-item]: https://github.com/tc39/test262/pull/2812
[record-tuple]: https://github.com/tc39/proposal-record-tuple
[record-tuple-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-03/april-1.md#record-and-tuple-update
[json-parse-source]: https://github.com/tc39/proposal-json-parse-with-source
[json-parse-source-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-02/february-5.md#jsonparse-source-text-access-for-stage-2
[import-assertions]: https://github.com/tc39/proposal-import-assertions
[import-assertions-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-02/february-6.md#module-attributes-status-update
[static-blocks]: https://github.com/tc39/proposal-class-static-block#readme
[static-blocks]: https://github.com/tc39/proposal-class-static-block
[static-blocks-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-05/may-23.md#class-static-block
[resizable]: https://github.com/syg/proposal-resizablearraybuffer
[resizable]: https://github.com/tc39/proposal-resizablearraybuffer
2 changes: 1 addition & 1 deletion finished-proposals.md
Expand Up @@ -93,7 +93,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[trims-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-29,md#stringprototypetrimstarttrimend-for-stage-4
[flat]: https://github.com/tc39/proposal-flatMap
[flat-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-29.md#arrayprototypeflatflatmap-for-stage-4
[matchall]: https://github.com/tc39/String.prototype.matchAll
[matchall]: https://github.com/tc39/proposal-string-matchall
[matchall-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-03/mar-26.md#stringprototypematchall-for-stage-4
[dynamic-import]: https://github.com/tc39/proposal-dynamic-import
[dynamic-import-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-06/june-4.md#dynamic-import-for-stage-4
Expand Down
4 changes: 2 additions & 2 deletions stage-0-proposals.md
Expand Up @@ -29,15 +29,15 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal

[metaprops]: https://github.com/allenwb/ESideas/blob/master/ES7MetaProps.md
[defensible-classes]: https://web.archive.org/web/20160804042547/http://wiki.ecmascript.org/doku.php?id=strawman:defensible_classes
[bind-syntax]: https://github.com/zenparsing/es-function-bind
[bind-syntax]: https://github.com/tc39/proposal-bind-operator
[func-expr-decorators]: https://goo.gl/8MmCMG
[method-param-decorators]: https://goo.gl/r1XT9b
[nested-imports]: https://github.com/benjamn/reify/blob/master/PROPOSAL.md
[ortho]: https://github.com/erights/Orthogonal-Classes
[is-callable-is-constructor]: https://github.com/caitp/TC39-Proposals/blob/master/tc39-reflect-isconstructor-iscallable.md
[relationships]: https://web.archive.org/web/20160804042554/http://wiki.ecmascript.org/doku.php?id=strawman:relationships
[string-at]: https://github.com/mathiasbynens/String.prototype.at
[clone]: https://github.com/dslomov-chromium/ecmascript-structured-clone
[clone]: https://github.com/dslomov/ecmascript-structured-clone
[url]: https://github.com/jasnell/proposal-url
[object-shorthand-improvements]: https://github.com/rbuckton/proposal-shorthand-improvements
[deprecated]: https://github.com/jasnell/proposal-deprecated
Expand Down
20 changes: 10 additions & 10 deletions stage-1-proposals.md
Expand Up @@ -129,13 +129,13 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[mixins-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-01/jan-23.md#13iiie-maximally-minimal-mixins-proposal
[arraylast]: https://github.com/tc39/proposal-array-last
[arraylast-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-01/jan-24.md#13iiim-getting-last-item-from-array-for-stage-2
[collection-methods]: https://github.com/tc39/collection-methods
[collection-methods]: https://github.com/tc39/proposal-collection-methods
[collection-methods-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-01/jan-23.md#13iiik-new-set-builtin-methods-for-stage-2
[richer-keys]: https://github.com/tc39/proposal-richer-keys
[richer-keys-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-30.md#richer-keys-for-stage-2
[slice-notation]: https://github.com/tc39/proposal-slice-notation/
[slice-notation]: https://github.com/tc39/proposal-slice-notation
[slice-notation-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-03/mar-22.md#slice-notation-for-stage-1
[module-keys]: https://github.com/tc39/tc39-module-keys
[module-keys]: https://github.com/tc39/proposal-module-keys
[module-keys-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-05/may-23.md#module-keys-strawman-for-stage-1
[class-access-expressions]: https://github.com/tc39/proposal-class-access-expressions
[class-access-expressions-notes]: https://github.com/tc39/notes/blob/master/meetings/2018-05/may-23.md#class-access-expressions
Expand Down Expand Up @@ -199,12 +199,12 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[proposal-compartments-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-03/april-1.md#compartments-for-stage-1
[symbols-weakmap]: https://github.com/tc39/proposal-symbols-as-weakmap-keys
[deep-path-properties]: https://github.com/tc39/proposal-deep-path-properties-for-record
[species-extinct]: https://github.com/syg/proposal-rm-builtin-subclassing
[species-extinct]: https://github.com/tc39/proposal-rm-builtin-subclassing
[array-equality]: https://github.com/tc39/proposal-array-equality
[await.ops]: https://github.com/Jack-Works/proposal-await.ops
[array-unique]: https://github.com/TechQuery/array-unique-proposal
[string.dedent]: https://github.com/mmkal/proposal-multi-backtick-templates
[error-cause]: https://github.com/legendecas/proposal-error-cause
[double-ended-iterator]: https://github.com/hax/proposal-deiter
[debug]: https://github.com/devsnek/proposal-standardized-debug
[await.ops]: https://github.com/tc39/proposal-await.ops
[array-unique]: https://github.com/tc39/proposal-array-unique
[string.dedent]: https://github.com/tc39/proposal-string-dedent
[error-cause]: https://github.com/tc39/proposal-error-cause
[double-ended-iterator]: https://github.com/tc39/proposal-deiter
[debug]: https://github.com/tc39/proposal-standardized-debug
[modulus]: https://github.com/phoddie/integer-and-modulus-math-proposal

0 comments on commit 2143c9e

Please sign in to comment.