From 0bb54fdd7a2a2c2c34bec954cf401c360ed52c77 Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Thu, 14 Nov 2024 01:49:51 +0900 Subject: [PATCH] Update sendTransaction.mdx (#611) --- docs/rpc/http/sendTransaction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rpc/http/sendTransaction.mdx b/docs/rpc/http/sendTransaction.mdx index 08e63e327..123b5afe9 100644 --- a/docs/rpc/http/sendTransaction.mdx +++ b/docs/rpc/http/sendTransaction.mdx @@ -19,8 +19,8 @@ cluster. While the rpc service will reasonably retry to submit it, the transaction could be rejected if transaction's `recent_blockhash` expires before it lands. -Use [`getSignatureStatuses`](#getsignaturestatuses) to ensure a transaction is -processed and confirmed. +Use [`getSignatureStatuses`](/docs/rpc/http/getSignatureStatuses) to ensure a +transaction is processed and confirmed. Before submitting, the following preflight checks are performed: