From ff54806cc2e22e7c0c37851813aa5ed5b01d07b2 Mon Sep 17 00:00:00 2001 From: "Abhishek V. Savani" <55618348+Abhishek-V-Savani@users.noreply.github.com> Date: Mon, 18 Nov 2019 16:46:54 +0530 Subject: [PATCH] doc: solve llhttp link issue --- locale/en/docs/meta/topics/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/docs/meta/topics/dependencies.md b/locale/en/docs/meta/topics/dependencies.md index d34e0ba34dce6..43e661da79d99 100644 --- a/locale/en/docs/meta/topics/dependencies.md +++ b/locale/en/docs/meta/topics/dependencies.md @@ -10,7 +10,7 @@ There are several dependencies that Node.js relies on to work the way it does. * [Libraries](#libraries) * [V8](#v8) * [libuv](#libuv) - * [http-parser](#http-parser) + * [llhttp](#llhttp) * [c-ares](#c-ares) * [OpenSSL](#openssl) * [zlib](#zlib)