diff --git a/content/tutorials/cross-chain-governance/10.index.md b/content/tutorials/cross-chain-governance/10.index.md index 94e3be10..c1b9920b 100644 --- a/content/tutorials/cross-chain-governance/10.index.md +++ b/content/tutorials/cross-chain-governance/10.index.md @@ -16,7 +16,7 @@ This tutorial shows you how to implement communication between L1 and L2 with th - Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements). - You are already familiar with deploying smart contracts on ZKsync Era. - If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start). + If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start). - You already have some experience working with Ethereum. - A wallet with sufficient Sepolia `%%zk_testnet_currency_symbol%%` on Ethereum and %%zk_testnet_name%% to pay for deploying smart contracts. You can get Sepolia ETH from the [network faucets](https://docs.zksync.io/ecosystem/network-faucets). diff --git a/content/tutorials/daily-spend-limit-account/10.index.md b/content/tutorials/daily-spend-limit-account/10.index.md index 6dfaa166..a6a5b5a7 100644 --- a/content/tutorials/daily-spend-limit-account/10.index.md +++ b/content/tutorials/daily-spend-limit-account/10.index.md @@ -14,7 +14,7 @@ The daily limit feature prevents an account from spending more ETH than the limi - [Node.js](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) are installed on your machine. - You are already familiar with deploying smart contracts on ZKsync Era. - If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start). + If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start). - A wallet with sufficient Sepolia `%%zk_testnet_currency_symbol%%` on Ethereum and %%zk_testnet_name%% to pay for deploying smart contracts. You can get Sepolia ETH from the [network faucets](https://docs.zksync.io/ecosystem/network-faucets). - Get testnet `ETH` for ZKsync Era using [bridges](https://zksync.io/explore#bridges) to bridge funds to ZKsync. diff --git a/content/tutorials/dapp-nft-paymaster/10.index.md b/content/tutorials/dapp-nft-paymaster/10.index.md index 49ca8844..3809aa43 100644 --- a/content/tutorials/dapp-nft-paymaster/10.index.md +++ b/content/tutorials/dapp-nft-paymaster/10.index.md @@ -30,7 +30,7 @@ completion, you'll have a fully functional `ERC721GatedPaymaster` contract and a - Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements). - A [Node.js](https://nodejs.org/en/download) installation running at minimum Node.js version 16. - You are already familiar with deploying smart contracts on ZKsync Era. - If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start). + If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start). - Some background knowledge on the concepts covered by the tutorial would be helpful too. Have a look at the following docs: - [Account abstraction protocol](https://docs.zksync.io/build/developer-reference/account-abstraction/design). diff --git a/content/tutorials/erc20-paymaster/10.index.md b/content/tutorials/erc20-paymaster/10.index.md index 65b8fc44..67a4d5e1 100644 --- a/content/tutorials/erc20-paymaster/10.index.md +++ b/content/tutorials/erc20-paymaster/10.index.md @@ -17,9 +17,7 @@ You will: - Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements). - A [Node.js](https://nodejs.org/en/download) installation running at minimum Node.js version 16. - You are already familiar with deploying smart contracts on ZKsync Era. - If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start). -- You are already familiar with deploying smart contracts on ZKsync Era. - If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start). + If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start). - Some background knowledge on the concepts covered by the tutorial would be helpful too. Have a look at the following docs: - [Account abstraction protocol](https://docs.zksync.io/build/developer-reference/account-abstraction/design). diff --git a/content/tutorials/frontend-paymaster/10.index.md b/content/tutorials/frontend-paymaster/10.index.md index 4dea3195..c0c87c78 100644 --- a/content/tutorials/frontend-paymaster/10.index.md +++ b/content/tutorials/frontend-paymaster/10.index.md @@ -26,7 +26,7 @@ In this tutorial we're going to: directly in our explorer. You can also get Sepolia USDC or DAI from [the Aave faucet](https://staging.aave.com/faucet/) and then bridge them to ZKsync using [the ZKsync bridge](https://portal.zksync.io/bridge/?network=sepolia). -- Complete [the ZKsync 101 tutorials](https://docs.zksync.io/build/zksync-101) to deploy a smart contract. +- Complete [the ZKsync 101 tutorials](https://docs.zksync.io/build/start-coding/zksync-101) to deploy a smart contract. ## Setup the project