Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dawson <mdawson@devrus.com>2021-10-07 00:47:07 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-09 12:33:39 +0300
commit7723148758146d22d9da82113c345c8e27754f38 (patch)
tree6f9f41836d28f55985815c757a9029fd1d5b5aa3
parent08ffbd115e5170274f3c0bea602378903fd03173 (diff)
doc: add link to core promises tracking issue
Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/40355 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
-rw-r--r--doc/guides/strategic-initiatives.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/strategic-initiatives.md b/doc/guides/strategic-initiatives.md
index ddcdbbf1d33..3a0c2c12c7c 100644
--- a/doc/guides/strategic-initiatives.md
+++ b/doc/guides/strategic-initiatives.md
@@ -8,7 +8,7 @@ agenda to ensure they are active and have the support they need.
| Initiative | Champion | Links |
|---------------------------|-----------------------------|------------------------------------------------------------------------------------------|
-| Core Promise APIs | [Antoine du Hamel][aduh95] | |
+| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
| Future of Build Toolchain | [Mary Marchini][mmarchini] | <https://github.com/nodejs/TSC/issues/901>, <https://github.com/nodejs/build-toolchain-next> |
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
| Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/17058> <https://github.com/nodejs/node/issues/21563> |