From 054b95cbe1011aa92f1dac81bd11e39f62bcfbbe Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 22:21:29 +0800 Subject: [PATCH] docs: fix broken link for "transaction-id" (#22682) (#22683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a300e2d2dc66412d3ba3d950b0defac01dc2cee4) Co-authored-by: Radu Pașparugă --- docs/src/developing/clients/jsonrpc-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 8d8bb9fd85..2b4c0a1ccc 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -3191,7 +3191,7 @@ Before submitting, the following preflight checks are performed: preflight commitment to avoid confusing behavior. The returned signature is the first signature in the transaction, which -is used to identify the transaction ([transaction id](../../terminology.md#transanction-id)). +is used to identify the transaction ([transaction id](../../terminology.md#transaction-id)). This identifier can be easily extracted from the transaction data before submission. @@ -3207,7 +3207,7 @@ submission. #### Results: -- `` - First Transaction Signature embedded in the transaction, as base-58 encoded string ([transaction id](../../terminology.md#transanction-id)) +- `` - First Transaction Signature embedded in the transaction, as base-58 encoded string ([transaction id](../../terminology.md#transaction-id)) #### Example: