From dcbb339a9c21824015a75d334283cd58f4c2cf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ula=C5=9F=20Mar=C4=B1=C5=9F?= Date: Mon, 16 Sep 2024 00:39:29 +0700 Subject: [PATCH] use the right link for docker install start --- docs/docs/guides/how-to-local-eth-testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/how-to-local-eth-testnet.md b/docs/docs/guides/how-to-local-eth-testnet.md index 89e3626f6d..06e2c2a41a 100644 --- a/docs/docs/guides/how-to-local-eth-testnet.md +++ b/docs/docs/guides/how-to-local-eth-testnet.md @@ -24,7 +24,7 @@ In this guide, the Kurtosis ethereum-package spins up a local Ethereum testnet w ## Setting up Kurtosis Before you proceed, make sure you have: -* [Installed and started the Docker engine](https://docs.kurtosis.com/next/install#i-install--start-docker) on your local machine +* [Installed and started the Docker engine](https://docs.kurtosis.com/install/#i-install--start-docker) on your local machine * [Installed the Kurtosis CLI](https://docs.kurtosis.com/next/install#ii-install-the-cli) (or upgraded it to the latest release, if you already have the CLI installed) * Installed [Node.js](https://nodejs.org/en), [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable), and [npx](https://www.npmjs.com/package/npx) (for your dApp environment)