docs: fix broken link

Former-commit-id: c8fc878324
This commit is contained in:
cedoor
2022-05-04 11:05:27 +02:00
parent 8c1119dba1
commit 6e5c6fc84c

View File

@@ -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: