From f4dd848e6a5bc38c5d70da1a616dc4c75f8ad93a Mon Sep 17 00:00:00 2001 From: Ginta <775650117@qq.com> Date: Tue, 8 Nov 2022 00:36:17 +0800 Subject: [PATCH] fix: incorrect link of QuickStart (#1550) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ddfc3762..42724dd5cf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Key enhancements over go-ethereum: The above diagram is very high-level overview of component architecture used by GoQuorum. For more in-depth discussion of the components and how they interact, please refer to [lifecycle of a private transaction](https://consensys.net/docs/goquorum/en/latest/concepts/privacy/private-transaction-lifecycle/). ## Quickstart -The easiest way to get started is to use * [quorum-dev-quickstart](https://consensys.net/docs/goquorum/en/latest/tutorials/quorum-dev-quickstart/getting-started/) - a command line tool that allows users to set up a development GoQuorum network on their local machine in less than *2 minutes*. +The easiest way to get started is to use * [quorum-dev-quickstart](https://consensys.net/docs/goquorum/en/latest/tutorials/quorum-dev-quickstart/using-the-quickstart/) - a command line tool that allows users to set up a development GoQuorum network on their local machine in less than *2 minutes*. ## GoQuorum Projects