From 7c135d3898917b01be08b811f659ba6727322d91 Mon Sep 17 00:00:00 2001 From: Ekaterina Pantaz Date: Fri, 2 Jun 2023 12:06:23 +0000 Subject: [PATCH] GITBOOK-120: change request with no subject merged in GitBook --- docs/guides/work_with_contracts/decode_message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/work_with_contracts/decode_message.md b/docs/guides/work_with_contracts/decode_message.md index 903f755bc..36d072d93 100644 --- a/docs/guides/work_with_contracts/decode_message.md +++ b/docs/guides/work_with_contracts/decode_message.md @@ -45,7 +45,7 @@ case MessageBodyType.Event: **Core** -[https://github.com/tonlabs/sdk-samples/tree/master/core-examples/node-js/listen-and-decode](https://github.com/tonlabs/sdk-samples/tree/master/core-examples/node-js/listen-and-decode) +[https://github.com/tonlabs/sdk-samples/blob/master/core-examples/node-js/subscribe-and-decode/index.js](https://github.com/tonlabs/sdk-samples/blob/master/core-examples/node-js/subscribe-and-decode/index.js) **AppKit**