From 4d7ca95edb9be395e5bd4989f49843398212d8fc Mon Sep 17 00:00:00 2001 From: panditdhamdhere Date: Mon, 23 Sep 2024 19:17:46 +0530 Subject: [PATCH] part 1 link changed --- pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx b/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx index ff89117a..4152353b 100644 --- a/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx +++ b/pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx @@ -11,7 +11,7 @@ This part of the tutorial will conver the following: - Update and fetch the price from the contract using [pyth-evm-js](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/sdk/js). - This tutorial is continuation of the [Part 1: Create a Contract](./part1). If + This tutorial is continuation of the [Part 1: Create a Contract](./part-1). If you haven't completed that part yet, please do so before continuing.