Skip to content

Commit

Permalink
Merge pull request #446 from mbaneshi/patch-15
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
reveloper authored Dec 25, 2023
2 parents 717056d + 10a5eff commit 9684fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/smart-contracts/messages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sending messages

Composition, parsing, and sending messages lie at the intersection of [TL-B schemas](/learn/overviews/TL-B), [transaction phases and TVM](/learn/tvm-instructions/tvm-overview.md).
Composition, parsing, and sending messages lie at the intersection of [TL-B schemas](/develop/data-formats/tl-b-language), [transaction phases and TVM](/learn/tvm-instructions/tvm-overview.md).

Indeed, FunC exposes [send_raw_message](/develop/func/stdlib#send_raw_message) function which expects a serialized message as an argument.

Expand Down

0 comments on commit 9684fc4

Please sign in to comment.