Skip to content

Commit

Permalink
Docs: Fixes a deprecated link for Alt. Transports (grpc#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-parsons authored Jul 21, 2020
1 parent b16a11b commit 14d52f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/grpc-web/docs/transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 14d52f6

Please sign in to comment.