Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Sep 28, 2020
1 parent 2184c70 commit 9d5f61a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
6 changes: 4 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This repository is a TC39 project and subscribes to its [code of conduct](https://tc39.github.io/code-of-conduct/). It is available at [https://tc39.github.io/code-of-conduct/](https://tc39.github.io/code-of-conduct/).
This repository is a TC39 project and subscribes to its [code of conduct](https://tc39.es/code-of-conduct/).

To ask a question or report an issue, please email [tc39-conduct-reports@googlegroups.com](mailto:tc39-conduct-reports@googlegroups.com).
It is available at <https://tc39.es/code-of-conduct/>.

To ask a question or report an issue, please email [tc39-conduct-reports@googlegroups.com](mailto:tc39-conduct-reports@googlegroups.com).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Active proposals

Proposals follow [this process document](https://tc39.github.io/process-document/).
Proposals follow [this process document](https://tc39.es/process-document/).
This list contains only stage 2 proposals and higher that have not yet been withdrawn/rejected, or become finished.
Stage 2 indicates that the committee expects these features to be developed and eventually included in the standard.

Expand Down
2 changes: 1 addition & 1 deletion ecma402/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Active proposals

Proposals follow [this process document](https://tc39.github.io/process-document/).
Proposals follow [this process document](https://tc39.es/process-document/).
This list contains only stage 1 proposals and higher that have not yet been withdrawn/rejected, or become finished.

### Stage 3
Expand Down
2 changes: 1 addition & 1 deletion ecma402/finished-proposals.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Finished Proposals

Finished proposals are proposals that have reached stage 4, and are included in the [latest draft](https://tc39.github.io/ecma402/) of the specification.
Finished proposals are proposals that have reached stage 4, and are included in the [latest draft](https://tc39.es/ecma402/) of the specification.

| Proposal | Author | Champion | TC39 meeting notes | Expected Publication Year |
| -------------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------ | ----------------------------------------------------------------- | ----------------- |
Expand Down
6 changes: 3 additions & 3 deletions finished-proposals.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Finished Proposals

Finished proposals are proposals that have reached stage 4, and are included in the [latest draft](https://tc39.github.io/ecma262/) of the specification.
Finished proposals are proposals that have reached stage 4, and are included in the [latest draft](https://tc39.es/ecma262/) of the specification.

| Proposal | Author | Champion(s) | TC39 meeting notes | Expected Publication Year |
| ------------------------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------- | ------------------------------------------- | ------------------------- |
Expand Down Expand Up @@ -48,7 +48,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[array-includes]: https://github.com/tc39/Array.prototype.includes
[array-includes-notes]: https://github.com/tc39/notes/blob/master/meetings/2015-11/nov-17.md#arrayprototypeincludes
[exponentiation]: https://github.com/tc39/proposal-exponentiation-operator
[exponentiation-notes]: https://github.com/tc39/notes/blob/master/meetings/2016-01/2016-01-28.md#5xviii-exponentiation-operator-rw
[exponentiation-notes]: https://github.com/tc39/notes/blob/master/meetings/2016-01/jan-28.md#5xviii-exponentiation-operator-rw
[object-values-entries]: https://github.com/tc39/proposal-object-values-entries
[object-values-entries-notes]: https://github.com/tc39/notes/blob/master/meetings/2016-03/march-29.md#objectvalues--objectentries
[string-padding]: https://github.com/tc39/proposal-string-pad-start-end
Expand Down Expand Up @@ -90,7 +90,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[well-formed-stringify]: https://github.com/tc39/proposal-well-formed-stringify
[well-formed-stringify-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-29.md#well-formed-jsonstringify-for-stage-4
[trims]: https://github.com/tc39/proposal-string-left-right-trim
[trims-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-01/jan-29,md#stringprototypetrimstarttrimend-for-stage-4
[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/proposal-string-matchall
Expand Down
8 changes: 4 additions & 4 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Inactive proposals are proposals that at one point were presented to the committ
| [`Builtins.typeOf()` and `Builtins.is()`][is-types] | James M Snell | Withdrawn: can be solved in other ways |
| [Tagged Collection Literals][collection-literals] | Kat Marchán | Withdrawn: pursuing `when new` syntax and other alternatives |
| [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | Inactive; likely replaced by [uniform parsing of quasi-standard `Date.parse` input][uniform-date-parse] |
| [Distinguishing literal strings][distinguishing-literal-strings] | Mike West<br />Adam Klein | Withdrawn: [Trusted Types](https://github.com/WICG/trusted-types) no longer a dependent |
| [Distinguishing literal strings][distinguishing-literal-strings] | Mike West<br />Adam Klein | Withdrawn: [Trusted Types](https://github.com/w3c/webappsec-trusted-types) no longer a dependent |
| Annex B — HTML Attribute Event Handlers | Allen Wirfs-Brock | Withdrawn per [PR comment](https://github.com/tc39/ecma262/issues/1595#issuecomment-509348434) |
| [Normative ICU Reference][icu] | Domenic Denicola | Withdrawn; champion is no longer participating in TC39 |
| [Zones][zones] | Domenic Denicola<br />Miško Hevery | Withdrawn; champion is no longer participating in TC39 |
Expand Down Expand Up @@ -52,16 +52,16 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[shallow-equal]: https://github.com/sebmarkbage/ecmascript-shallow-equal
[construct]: https://github.com/jasnell/proposal-construct
[is-types]: https://github.com/jasnell/proposal-istypes
[error-stacks]: https://github.com/ljharb/proposal-error-stacks
[error-stacks]: https://github.com/tc39/proposal-error-stacks
[collection-literals]: https://github.com/zkat/proposal-collection-literals
[date-parse]: https://github.com/tc39/proposal-date-time-string-format
[uniform-date-parse]: https://github.com/gibson042/ecma262-proposal-uniform-interchange-date-parsing
[uniform-date-parse]: https://github.com/tc39/proposal-uniform-interchange-date-parsing
[icu]: https://github.com/tc39/notes/blob/master/meetings/2017-05/may-23.md#normative-icu-reference
[zones]: https://github.com/domenic/zones
[blocks]: https://github.com/domenic/proposal-blocks
[re-atomic-groups]: https://github.com/jridgewell/proposal-regexp-atomic-and-possessive
[refcollection]: https://github.com/rricard/proposal-refcollection/
[symbols-weakmap]: https://github.com/rricard/proposal-symbols-as-weakmap-keys
[symbols-weakmap]: https://github.com/tc39/proposal-symbols-as-weakmap-keys
[spaceship]: https://github.com/hemanth/proposal-generic-comparison
[array-equality]: https://github.com/tc39/proposal-array-equality
[fromimport]: https://github.com/bmeck/proposal-from-import
Expand Down
2 changes: 1 addition & 1 deletion stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Stage 1 proposals represent problems that the committee is interested in spending time exploring solutions to.

Proposals follow [this process document](https://tc39.github.io/process-document/).
Proposals follow [this process document](https://tc39.es/process-document/).

| Proposal | Author | Champion | <sub>Last Presented</sub> |
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------- |
Expand Down

0 comments on commit 9d5f61a

Please sign in to comment.