Skip to content

Commit 5476bb6

Browse files
authored
Update repo link (#104)
1 parent 620ef1b commit 5476bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devdocs/quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pnpm arb-sepolia:increment-counter
143143

144144
You can create custom Hardhat tasks for your contracts in the `tasks/` directory:
145145

146-
Task example for [increment-counter](https://github.com/FhenixProtocol/cofhe-hardhat-starter/blob/main/tasks/counter-tasks.ts)
146+
Task example for [increment-counter](https://github.com/FhenixProtocol/cofhe-hardhat-starter/blob/main/tasks/increment-counter.ts)
147147
```typescript
148148
task("increment-counter", "Increment the counter on the deployed contract")
149149
.setAction(async (_, hre: HardhatRuntimeEnvironment) => {

0 commit comments

Comments
 (0)