diff --git a/lockup/README.md b/lockup/README.md index eeb0821..a07e0c9 100644 --- a/lockup/README.md +++ b/lockup/README.md @@ -4,7 +4,7 @@ This contract acts as an escrow that locks and holds an owner's tokens for a lockup period. The contract consists of lockup and vesting processes that go simultaneously. -A high-level overview could be found [in NEAR wiki](https://wiki.near.org/overview/tokenomics/lockups). +A high-level overview could be found [in NEAR docs](https://docs.near.org/primitives/lockup). A lockup period starts from the specified timestamp and lasts for the specified duration. Tokens will be unlocked linearly.