mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
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.
This commit is contained in:
parent
edd9ade7e5
commit
923153d463
1 changed files with 2 additions and 2 deletions
|
@ -235,9 +235,9 @@ client.getInfo({}, (err, response) => {
|
|||
With the above, you should have all the `lnd` related `gRPC` dependencies
|
||||
installed locally in your project. In order to get up to speed with `protofbuf`
|
||||
usage from Javascript, see [this official `protobuf` reference for
|
||||
Javascript](https://developers.google.com/protocol-buffers/docs/reference/javascript-generated).
|
||||
Javascript](https://protobuf.dev/protobuf-javascript/).
|
||||
Additionally, [this official gRPC
|
||||
resource](http://www.grpc.io/docs/tutorials/basic/node.html) provides more
|
||||
resource](https://grpc.io/docs/languages/node/basics/) provides more
|
||||
details around how to drive `gRPC` from `node.js`.
|
||||
|
||||
## API documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue