From b71c078eb5ac5a8e7ad0e88db1c8ad080bcfbbf1 Mon Sep 17 00:00:00 2001 From: Riko <49999458+fasteater@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:06:59 +0200 Subject: [PATCH] Update 2_VotingEscrow.md fixed link. --- docs/reference/vote-escrow-launchpad/2_VotingEscrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/vote-escrow-launchpad/2_VotingEscrow.md b/docs/reference/vote-escrow-launchpad/2_VotingEscrow.md index eaa74035..6f3bf4d4 100644 --- a/docs/reference/vote-escrow-launchpad/2_VotingEscrow.md +++ b/docs/reference/vote-escrow-launchpad/2_VotingEscrow.md @@ -7,7 +7,7 @@ order: 1 The contract allows locking tokens for a selected period of time and receiving rewards from the RewardsDistribution contract in return. It utilizes the VotingEscrow contract from Curve as its implementation. ## Code -[VotingEscrow.vy](https://github.com/protofire/ve8020-launchpad/blob/main/contracts/Launchpad.vy) +[VotingEscrow.vy](https://github.com/protofire/ve8020-launchpad/blob/main/contracts/VotingEscrow.vy) ## MaxLock Time and Lock Durations