From 14d52f66cfb6806fece5789f6ae74870688a51bd Mon Sep 17 00:00:00 2001 From: Sam Parsons Date: Tue, 21 Jul 2020 09:09:19 -0400 Subject: [PATCH] Docs: Fixes a deprecated link for Alt. Transports (#736) --- client/grpc-web/docs/transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/grpc-web/docs/transport.md b/client/grpc-web/docs/transport.md index d3f21d38..0a3be8c4 100644 --- a/client/grpc-web/docs/transport.md +++ b/client/grpc-web/docs/transport.md @@ -87,4 +87,4 @@ Browser based HTTP/2 transports have a number of limitations and caveats. We can ## Alternative Transports Custom transports can be created by implementing the `Transport` interface; the following transports exist as npm packages which you can import and make use of: -* [grpc-web-node-http-transport](http://npmjs.com/package/grpc-web-node-http-transport) - Enables the use of grpc-web in NodeJS (ie: non-browser) environments. +* [@improbable-eng/grpc-web-node-http-transport](https://www.npmjs.com/package/@improbable-eng/grpc-web-node-http-transport) - Enables the use of grpc-web in NodeJS (ie: non-browser) environments.