From acbc7f07010d81831ecf9bc6db61bbdbd348b73b Mon Sep 17 00:00:00 2001 From: Shai Perednik Date: Wed, 10 Dec 2025 15:21:06 -0500 Subject: [PATCH] Update link to NEAR documentation in README --- lockup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.