summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-08-20 13:41:07 +1000
committerRod Vagg <rod@vagg.org>2015-08-22 20:05:36 +1000
commit51cf983eb3cf47ed31100480d88c2553b24c7dca (patch)
tree939cef3672645d541bb55fd34e9d43c60a0661b4 /doc
parentb96cd52ed8f51aeb3b3dc93ba151bc42fc5f6ef6 (diff)
downloadandroid-node-v8-51cf983eb3cf47ed31100480d88c2553b24c7dca.tar.gz
android-node-v8-51cf983eb3cf47ed31100480d88c2553b24c7dca.tar.bz2
android-node-v8-51cf983eb3cf47ed31100480d88c2553b24c7dca.zip
doc: fix links to original converged repo
nodejs/node -> nodejs/node-convergence-archive PR-URL: https://github.com/nodejs/node/pull/2454 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/tsc-meetings/2015-05-27.md18
-rw-r--r--doc/tsc-meetings/2015-06-17.md4
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/tsc-meetings/2015-05-27.md b/doc/tsc-meetings/2015-05-27.md
index ade08a20ec..7c0bce36d5 100644
--- a/doc/tsc-meetings/2015-05-27.md
+++ b/doc/tsc-meetings/2015-05-27.md
@@ -11,12 +11,12 @@
Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting.
-### nodejs/node
+### nodejs/node-convergence-archive
-* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
-* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
-* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
-* doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
+* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)
+* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)
+* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)
+* doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)
### nodejs/io.js
@@ -69,7 +69,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
## Minutes
-### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
+### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)
* James: conflicting approaches in both repos
* Ben: both are terrible under different workloads - do away with the code and start again
@@ -77,13 +77,13 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
* Bert: some problems with http - discussion happened about the implementation
* Chris: would be good to have Julien’s input since he was active on the joyent/node impl
-### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
+### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)
* James: arg checking merged in 0.10 after the fork
* Discussion about why this wasn’t merged to io.js
* Defer back to GitHub discussion after no reason for not merging could be found on the call
-### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
+### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)
* James: SSLv2/3 removed in io.js, merging these commits would involve reverting
* Jeremiah proposed 0.12 being the LTS for SSLv2/3 support
@@ -91,7 +91,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
* Michael: we don’t know how extensively it’s being used?
* James: pending research into that question we’ll leave this alone, come back if there’s a compelling reason to revert
-### doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
+### doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)
* 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
* 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
diff --git a/doc/tsc-meetings/2015-06-17.md b/doc/tsc-meetings/2015-06-17.md
index 9011391db3..c07fe82b70 100644
--- a/doc/tsc-meetings/2015-06-17.md
+++ b/doc/tsc-meetings/2015-06-17.md
@@ -12,7 +12,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
### nodejs/node
-* Create a security team [#48](https://github.com/nodejs/node/issues/48)
+* Create a security team [#48](https://github.com/nodejs/node-convergence-archive/issues/48)
### nodejs/io.js
@@ -72,7 +72,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
* Steven: getting back on board
* 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
* 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.
-* 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
+* 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
* Shigeki: Working on upgrading OpenSSL, the upgrade process is becoming much simpler, landed the CINNIC whitelist
* Jeremiah: NodeConf - brought back good feedback, helping spin up the Diversity WG, integrating timers heap impl, struggling with bugs
* Brian: not much, triage & PR review