From 6e5c6fc84c41820101fc2e73efb8785880ec79ce Mon Sep 17 00:00:00 2001 From: cedoor Date: Wed, 4 May 2022 11:05:27 +0200 Subject: [PATCH] docs: fix broken link Former-commit-id: c8fc8783243390c00682c22f00002b87450d37d1 --- docs/versioned_docs/version-V2/quick-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-V2/quick-setup.md b/docs/versioned_docs/version-V2/quick-setup.md index 5cac7b93..4c02f31a 100644 --- a/docs/versioned_docs/version-V2/quick-setup.md +++ b/docs/versioned_docs/version-V2/quick-setup.md @@ -178,7 +178,7 @@ To create a task that deploys the `Greeters` contract, do the following. yarn add hardhat-dependency-compiler --dev ``` - [`hardhat-dependency-compiler`]((https://github.com/ItsNickBarry/hardhat-dependency-compiler)) + [`hardhat-dependency-compiler`](https://github.com/ItsNickBarry/hardhat-dependency-compiler) compiles Solidity contracts and dependencies. 3. Create a `tasks` folder and add a `./tasks/deploy.js` file that contains the following: