Fix link about gRPC Server Reflection for Node.js (#37524)

Node.js now has the package for gRPC Reflection.
https://github.com/grpc/grpc-node/tree/master/packages/grpc-reflection

This PR changes the link to the package.

release notes: no

Closes #37524

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37524 from y-yagi:fix_link_of_server-reflection-Node 479c843f5b
PiperOrigin-RevId: 693856369
pull/38044/head
y-yagi 3 weeks ago committed by Copybara-Service
parent 9765f16097
commit 63cb58d416
  1. 2
      doc/server-reflection.md

@ -172,4 +172,4 @@ each language:
- [C++](https://grpc.io/grpc/cpp/md_doc_server_reflection_tutorial.html)
- [Python](https://github.com/grpc/grpc/blob/master/doc/python/server_reflection.md)
- Ruby: not yet implemented [#2567](https://github.com/grpc/grpc/issues/2567)
- Node: not yet implemented [#2568](https://github.com/grpc/grpc/issues/2568)
- [Node](https://github.com/grpc/grpc-node/tree/master/packages/grpc-reflection)

Loading…
Cancel
Save