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.