diff --git a/.changeset/lemon-clocks-wash.md b/.changeset/lemon-clocks-wash.md new file mode 100644 index 00000000000..0f16fdbaf26 --- /dev/null +++ b/.changeset/lemon-clocks-wash.md @@ -0,0 +1,5 @@ +--- +"@smithy/undici-http-handler": patch +--- + +Update refs to undici.nodejs.org/v7.x diff --git a/packages/undici-http-handler/README.md b/packages/undici-http-handler/README.md index 821339de04e..53314061da3 100644 --- a/packages/undici-http-handler/README.md +++ b/packages/undici-http-handler/README.md @@ -550,11 +550,11 @@ setGlobalDispatcher(new EnvHttpProxyAgent()); new UndiciHttpHandler(); ``` -[undici]: https://undici.nodejs.org/ +[undici]: https://undici.nodejs.org/v7.x [node-http-handler]: https://www.npmjs.com/package/@smithy/node-http-handler -[undici-agent-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Agent.md#parameter-agentoptions -[undici-pool-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Pool.md#parameter-pooloptions -[undici-client-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Client.md#parameter-clientoptions -[undici-connect-options]: https://github.com/nodejs/undici/blob/main/docs/docs/api/Client.md#parameter-connectoptions -[undici-env-proxy-agent]: https://github.com/nodejs/undici/blob/main/docs/docs/api/EnvHttpProxyAgent.md -[undici-proxy-agent]: https://github.com/nodejs/undici/blob/main/docs/docs/api/ProxyAgent.md +[undici-agent-options]: https://undici.nodejs.org/v7.x/api/Agent +[undici-pool-options]: https://undici.nodejs.org/v7.x/api/Pool +[undici-client-options]: https://undici.nodejs.org/v7.x/api/Client +[undici-connect-options]: https://undici.nodejs.org/v7.x/api/Connector +[undici-env-proxy-agent]: https://undici.nodejs.org/v7.x/api/EnvHttpProxyAgent +[undici-proxy-agent]: https://undici.nodejs.org/v7.x/api/ProxyAgent