docs: fix broken link for "transaction-id" (#22682)

This commit is contained in:
Radu Pașparugă 2022-01-22 21:34:28 +02:00 committed by GitHub
parent 1ee6707bdd
commit a300e2d2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3191,7 +3191,7 @@ Before submitting, the following preflight checks are performed:
preflight commitment to avoid confusing behavior. preflight commitment to avoid confusing behavior.
The returned signature is the first signature in the transaction, which 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 This identifier can be easily extracted from the transaction data before
submission. submission.
@ -3207,7 +3207,7 @@ submission.
#### Results: #### Results:
- `<string>` - First Transaction Signature embedded in the transaction, as base-58 encoded string ([transaction id](../../terminology.md#transanction-id)) - `<string>` - First Transaction Signature embedded in the transaction, as base-58 encoded string ([transaction id](../../terminology.md#transaction-id))
#### Example: #### Example: