We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620ef1b commit 5476bb6Copy full SHA for 5476bb6
docs/devdocs/quick-start/index.md
@@ -143,7 +143,7 @@ pnpm arb-sepolia:increment-counter
143
144
You can create custom Hardhat tasks for your contracts in the `tasks/` directory:
145
146
-Task example for [increment-counter](https://github.com/FhenixProtocol/cofhe-hardhat-starter/blob/main/tasks/counter-tasks.ts)
+Task example for [increment-counter](https://github.com/FhenixProtocol/cofhe-hardhat-starter/blob/main/tasks/increment-counter.ts)
147
```typescript
148
task("increment-counter", "Increment the counter on the deployed contract")
149
.setAction(async (_, hre: HardhatRuntimeEnvironment) => {
0 commit comments