From 05252f24120cc1a89d4ff552cdd264e48f529515 Mon Sep 17 00:00:00 2001 From: OlehSyzonov <137310889+OlehSyzonov@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:39:23 +0200 Subject: [PATCH] Update neon-api.mdx with fixed internal links --- docs/api/neon-api.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/neon-api.mdx b/docs/api/neon-api.mdx index 9bcf3c6a..eb38ac1f 100644 --- a/docs/api/neon-api.mdx +++ b/docs/api/neon-api.mdx @@ -107,14 +107,14 @@ The method [neon_gasPrice](#get-neon-gas-price) returns data on gas price. ### 3. Neon transaction data -- [neon_getLogs](#get-transaction-logs): returns transaction log data -- [neon_getTransactionReceipt](#get-transaction-receipt): returns transaction receipt data -- [neon_getSolanaTransactionByNeonTransaction](#get-solana-transactions): returns a list of Solana transactions that correspond to a given Neon transaction -- [neon_emulate](#emulate-a-neon-transaction): returns details of an emultated transaction +- [neon_getLogs](#get-transaction-logs--): returns transaction log data +- [neon_getTransactionReceipt](#get-transaction-receipt--): returns transaction receipt data +- [neon_getSolanaTransactionByNeonTransaction](#get-solana-transactions--): returns a list of Solana transactions that correspond to a given Neon transaction +- [neon_emulate](#emulate-a-neon-transaction--): returns details of an emultated transaction ### 4. Parameters -[neon_getEvmParams](#get-parameters): returns parameters of the Neon EVM program deployed on Solana. +[neon_getEvmParams](#get-parameters--): returns parameters of the Neon EVM program deployed on Solana. ## Get versions @@ -255,7 +255,7 @@ The `neon_getTransactionReceipt` method returns transaction receipt data. -### Get Solana transactions :construction_worker: +### Get Solana transactions 👷 The `neon_getSolanaTransactionByNeonTransaction` method returns a list of Solana transactions that correspond to a given Neon transaction.