From 1683a9e2fc7f59b120380c0b7acf98ae0afb11e6 Mon Sep 17 00:00:00 2001 From: markgenuine Date: Tue, 8 Feb 2022 14:03:49 +0300 Subject: [PATCH] update link to example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 886debe..f19d417 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ These requirements are met if the system is implemented based on the following c - NFTIndex - fixed contract, index for simple user token search - NFTData - customizable contract containing token data and transfer logic. -Explore core implementation and usage examples here -> https://github.com/tonlabs/True-NFT/tree/main/components/true-nft-core +Explore core implementation and usage examples here -> https://github.com/tonlabs/True-NFT/tree/main/1.0/components/true-nft-core **Changelog 12 Jul 2021**