Skip to content

Commit 923153d

Browse files
authored
Update links in javascript.md
I updated two `gprc.io` resources. Additionally the article on [javascript protocol buffers](https://developers.google.com/protocol-buffers/docs/reference/javascript-generated) is no longer available. I believe [this article](https://protobuf.dev/protobuf-javascript/) replaces it and that Google has moved the protobuf documentation to another domain.
1 parent edd9ade commit 923153d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/grpc/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ client.getInfo({}, (err, response) => {
235235
With the above, you should have all the `lnd` related `gRPC` dependencies
236236
installed locally in your project. In order to get up to speed with `protofbuf`
237237
usage from Javascript, see [this official `protobuf` reference for
238-
Javascript](https://developers.google.com/protocol-buffers/docs/reference/javascript-generated).
238+
Javascript](https://protobuf.dev/protobuf-javascript/).
239239
Additionally, [this official gRPC
240-
resource](http://www.grpc.io/docs/tutorials/basic/node.html) provides more
240+
resource](https://grpc.io/docs/languages/node/basics/) provides more
241241
details around how to drive `gRPC` from `node.js`.
242242

243243
## API documentation

0 commit comments

Comments
 (0)