From a88315ceb0f4428fdebc513eb1c37e333679e710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 21 Jan 2025 11:24:17 +0100 Subject: [PATCH] Update contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md index d366e92e4f..4852443ecf 100644 --- a/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md +++ b/contrib/docs/tutorials/help-im-behind-a-corporate-proxy.md @@ -41,7 +41,7 @@ There are however some ways to get this to work without too much effort. yarn start ``` - The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about https_proxy and no_proxy excludes see the global agent documentation https://github.com/gajus/global-agent and undici documentation https://github.com/nodejs/undici. + The default for `global-agent` is to have a prefix on the variable names, hence the need for specifying it twice. For further information about `HTTP(S)_PROXY` and `NO_PROXY` excludes, see [the global-agent documentation](https://github.com/gajus/global-agent) and [undici documentation](https://github.com/nodejs/undici). ## Configuration