From a9557c9e7de2c57d92d9bab68a416a87d255cd3d Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Fri, 15 Feb 2019 17:41:15 -0500 Subject: [PATCH] Update outdated link in comment (#3109) --- lib/getProxyFromURI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getProxyFromURI.js b/lib/getProxyFromURI.js index 4633ba5f6..0b9b18e5a 100644 --- a/lib/getProxyFromURI.js +++ b/lib/getProxyFromURI.js @@ -40,7 +40,7 @@ function uriInNoProxy (uri, noProxy) { function getProxyFromURI (uri) { // Decide the proper request proxy to use based on the request URI object and the // environmental variables (NO_PROXY, HTTP_PROXY, etc.) - // respect NO_PROXY environment variables (see: http://lynx.isc.org/current/breakout/lynx_help/keystrokes/environments.html) + // respect NO_PROXY environment variables (see: https://lynx.invisible-island.net/lynx2.8.7/breakout/lynx_help/keystrokes/environments.html) var noProxy = process.env.NO_PROXY || process.env.no_proxy || ''