From b970897fbf560382ba809cacab197dfbcfa4198b Mon Sep 17 00:00:00 2001 From: fruitful1l Date: Wed, 24 Sep 2025 20:32:30 +0300 Subject: [PATCH] fix: changed outdated link for TEP 74 Jetton contract --- text/0074-jettons-standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0074-jettons-standard.md b/text/0074-jettons-standard.md index 42b53d44..e5123408 100644 --- a/text/0074-jettons-standard.md +++ b/text/0074-jettons-standard.md @@ -23,7 +23,7 @@ Jetton standard describes: # Guide ## Useful links -1. [Reference jetton implementation](https://github.com/ton-blockchain/token-contract/) +1. [Reference jetton implementation](https://github.com/ton-blockchain/jetton-contract/) 2. [Jetton deployer](https://jetton.live/) 3. FunC Jetton lesson ([en](https://github.com/romanovichim/TonFunClessons_Eng/blob/main/lessons/smartcontract/9lesson/ninthlesson.md)/[ru](https://github.com/romanovichim/TonFunClessons_ru/blob/main/lessons/smartcontract/9lesson/ninthlesson.md))