Skip to content

Commit 7130b4c

Browse files
committed
doc: fix links to original converged repo
nodejs/node -> nodejs/node-convergence-archive PR-URL: #2454 Reviewed-By: James M Snell <[email protected]>
1 parent 14f2aee commit 7130b4c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

doc/tsc-meetings/2015-05-27.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting.
1313

14-
### nodejs/node
14+
### nodejs/node-convergence-archive
1515

16-
* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
17-
* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
18-
* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
19-
* doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
16+
* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)
17+
* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)
18+
* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)
19+
* doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)
2020

2121
### nodejs/io.js
2222

@@ -69,29 +69,29 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
6969

7070
## Minutes
7171

72-
### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
72+
### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)
7373

7474
* James: conflicting approaches in both repos
7575
* Ben: both are terrible under different workloads - do away with the code and start again
7676
* Jeremiah: might have a go at it, working off an existing heap impl by Ben (ACTION)
7777
* Bert: some problems with http - discussion happened about the implementation
7878
* Chris: would be good to have Julien’s input since he was active on the joyent/node impl
7979

80-
### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
80+
### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)
8181

8282
* James: arg checking merged in 0.10 after the fork
8383
* Discussion about why this wasn’t merged to io.js
8484
* Defer back to GitHub discussion after no reason for not merging could be found on the call
8585

86-
### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
86+
### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)
8787

8888
* James: SSLv2/3 removed in io.js, merging these commits would involve reverting
8989
* Jeremiah proposed 0.12 being the LTS for SSLv2/3 support
9090
* Rod: are we happy killing this off?
9191
* Michael: we don’t know how extensively it’s being used?
9292
* James: pending research into that question we’ll leave this alone, come back if there’s a compelling reason to revert
9393

94-
### doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
94+
### doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)
9595

9696
* Michael: Benchmarking and Post Mortem Debugging working groups are ready and have started, i18n group needs a bit more work to get off the ground
9797
* Group didn’t see any reason not to go forward with these groups, they have repos and can be in an “incubating” state for now

doc/tsc-meetings/2015-06-17.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
1212

1313
### nodejs/node
1414

15-
* Create a security team [#48](https://github.com/nodejs/node/issues/48)
15+
* Create a security team [#48](https://github.com/nodejs/node-convergence-archive/issues/48)
1616

1717
### nodejs/io.js
1818

@@ -72,7 +72,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
7272
* Steven: getting back on board
7373
* Bert: libuv work for multi-worker on Windows (https://github.com/libuv/libuv/pull/396), found a potential libuv/Windows contributor at NodeConf, NF board meeting
7474
* Alexis: Working on build & CI convergence with Rod, CI can now automatically decide what options to use for different node versions, and porting node-accept-pull-request CI job.
75-
* Julien: time off, launching nodejs.org updates for NF launch, working on changes for 0.10/0.12 releases, onboarded two new collaborators for joyent/node - https://github.com/nodejs/node/wiki/Breaking-changes-between-v0.12-and-next-LTS-release
75+
* Julien: time off, launching nodejs.org updates for NF launch, working on changes for 0.10/0.12 releases, onboarded two new collaborators for joyent/node - https://github.com/nodejs/LTS/wiki/Breaking-changes-between-v0.12-and-next-LTS-release
7676
* Shigeki: Working on upgrading OpenSSL, the upgrade process is becoming much simpler, landed the CINNIC whitelist
7777
* Jeremiah: NodeConf - brought back good feedback, helping spin up the Diversity WG, integrating timers heap impl, struggling with bugs
7878
* Brian: not much, triage & PR review

0 commit comments

Comments
 (0)