From 448b1799dea8c288f91cdaf12b55a19ed459173d Mon Sep 17 00:00:00 2001 From: Daniel Simon <60874270+danielattilasimon@users.noreply.github.com> Date: Sat, 21 May 2022 11:19:45 +0700 Subject: [PATCH] docs: fix broken link in README Fixes #815 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d2f080e..a6d3e481a 100644 --- a/README.md +++ b/README.md @@ -1491,7 +1491,7 @@ This copies the contract artifacts to a version controlled area (`packages/lib/l yarn start-dev-chain ``` -Starts an openethereum node in a Docker container, running the [private development chain](https://openethereum.github.io/wiki/Private-development-chain), then deploys the contracts to this chain. +Starts an openethereum node in a Docker container, running the [private development chain](https://openethereum.github.io/Private-development-chain), then deploys the contracts to this chain. You may want to use this before starting the dev-frontend in development mode. To use the newly deployed contracts, switch MetaMask to the built-in "Localhost 8545" network.