From de725f3cd44463593b7b809aedcd82afe808a712 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Sun, 22 Dec 2024 18:28:07 +0400 Subject: [PATCH] fix: remove links to tonspeedrun.com looks like it's been taken over by a malicios party --- docs/v3/concepts/educational-resources.mdx | 5 ----- docs/v3/documentation/dapps/defi/tokens.mdx | 2 +- docs/v3/documentation/smart-contracts/func/overview.mdx | 2 +- docs/v3/documentation/smart-contracts/overview.mdx | 3 +-- .../current/develop/dapps/defi/tokens.mdx | 2 +- .../current/develop/func/overview.mdx | 2 +- .../current/develop/smart-contracts/README.mdx | 8 +------- .../current/learn/academy/academy-overview.md | 1 - .../current/v3/concepts/academy-overview.mdx | 1 - .../current/v3/concepts/educational-resources.mdx | 1 - .../current/v3/documentation/dapps/defi/tokens.mdx | 2 +- .../current/v3/documentation/smart-contracts/README.mdx | 8 +------- .../v3/documentation/smart-contracts/func/overview.mdx | 2 +- 13 files changed, 9 insertions(+), 30 deletions(-) diff --git a/docs/v3/concepts/educational-resources.mdx b/docs/v3/concepts/educational-resources.mdx index 204c5b21fd..72192c8738 100644 --- a/docs/v3/concepts/educational-resources.mdx +++ b/docs/v3/concepts/educational-resources.mdx @@ -2,10 +2,6 @@ import Button from '@site/src/components/button' # Educational Resources -### TON Speedrun - -* [TON Speedrun](https://tonspeedrun.com/) - A specialized platform designed for a practical approach to learning in TON development. - ### Courses #### Blockchain Basics with TON @@ -72,6 +68,5 @@ RU ## See Also -* [Speedrun TON](https://tonspeedrun.com/) * [TON Hello World](https://tonhelloworld.com/01-wallet/) * [[YouTube] TON Dev Study EN ](https://www.youtube.com/@TONDevStudy)[[RU]](https://www.youtube.com/results?search_query=tondevstudy) diff --git a/docs/v3/documentation/dapps/defi/tokens.mdx b/docs/v3/documentation/dapps/defi/tokens.mdx index f50f4a259e..118acf8f3a 100644 --- a/docs/v3/documentation/dapps/defi/tokens.mdx +++ b/docs/v3/documentation/dapps/defi/tokens.mdx @@ -55,7 +55,7 @@ RU ### TON Speed Run -Check out the [TON Speed Run](https://tonspeedrun.com/) series, which includes NFT and Jetton development: +Check out the TON Speed Run series, which includes NFT and Jetton development: - [🚩 Challenge 1: Simple NFT Deploy](https://github.com/romanovichim/TONQuest1) - [🚩 Challenge 2: Chatbot Contract](https://github.com/romanovichim/TONQuest2) diff --git a/docs/v3/documentation/smart-contracts/func/overview.mdx b/docs/v3/documentation/smart-contracts/func/overview.mdx index c5299be051..eb28f85f38 100644 --- a/docs/v3/documentation/smart-contracts/func/overview.mdx +++ b/docs/v3/documentation/smart-contracts/func/overview.mdx @@ -96,7 +96,7 @@ The best place to start to develop using FunC: [INTRODUCTION](/v3/documentation/ Additional materials graciously provided by experts from the community: -- [TON Speed Run series](https://tonspeedrun.com/) +- TON Speed Run series - [🚩 Challenge 1: Simple NFT Deploy](https://github.com/romanovichim/TONQuest1) - [🚩 Challenge 2: Chatbot Contract](https://github.com/romanovichim/TONQuest2) - [🚩 Challenge 3: Jetton Vending Machine](https://github.com/romanovichim/TONQuest3) diff --git a/docs/v3/documentation/smart-contracts/overview.mdx b/docs/v3/documentation/smart-contracts/overview.mdx index a36f8b649d..e14d981704 100644 --- a/docs/v3/documentation/smart-contracts/overview.mdx +++ b/docs/v3/documentation/smart-contracts/overview.mdx @@ -30,14 +30,13 @@ TON Blockchain Course - ## Getting Started ### Fun and Easy Tutorials Kickstart your journey with our beginner-friendly guides: * [TON Hello World: Step-by-step guide for writing your first smart contract](https://ton-community.github.io/tutorials/02-contract/) -* TON tutorials +* TON Speed Run tutorials - [🚩 Challenge 1: Simple NFT Deploy](https://github.com/romanovichim/TONQuest1) - [🚩 Challenge 2: Chatbot Contract](https://github.com/romanovichim/TONQuest2) - [🚩 Challenge 3: Jetton Vending Machine](https://github.com/romanovichim/TONQuest3) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/defi/tokens.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/defi/tokens.mdx index 7d3f2352c2..e6e2201edc 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/defi/tokens.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/defi/tokens.mdx @@ -51,7 +51,7 @@ RU ### TON 速成 -查看 [TON 速成](https://tonspeedrun.com/) 系列,其中包括 NFT 和 Jetton 开发: +查看 TON 速成 系列,其中包括 NFT 和 Jetton 开发: - [🚩 挑战 1:简单的 NFT 部署](https://github.com/romanovichim/TONQuest1) - [🚩 挑战2:聊天机器人合约](https://github.com/romanovichim/TONQuest2) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/func/overview.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/func/overview.mdx index d623519c67..51be9ec961 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/func/overview.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/func/overview.mdx @@ -95,7 +95,7 @@ RU 社区专家提供的其他材料: -- [TON Speed Run 系列](https://tonspeedrun.com/) +- TON Speed Run 系列 - [🚩 挑战 1:简单 NFT 部署](https://github.com/romanovichim/TONQuest1) - [🚩 挑战 2:聊天机器人合约](https://github.com/romanovichim/TONQuest2) - [🚩 挑战 3:Jetton 自动售卖机](https://github.com/romanovichim/TONQuest3) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/smart-contracts/README.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/smart-contracts/README.mdx index 66fd05a0c4..07fb3199af 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/smart-contracts/README.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/smart-contracts/README.mdx @@ -27,12 +27,6 @@ TON区块链课程 - - ## 开始 ### 有趣且简单的教程 @@ -40,7 +34,7 @@ TON速度竞赛教程 使用我们适合初学者的指南开始您的旅程: - [TON Hello World:逐步指导编写您的第一个智能合约](https://ton-community.github.io/tutorials/02-contract/) -- [TON速度竞赛教程](https://tonspeedrun.com/) +- TON速度竞赛教程 - [🚩 挑战1:简单NFT部署](https://github.com/romanovichim/TONQuest1) - [🚩 挑战2:聊天机器人合约](https://github.com/romanovichim/TONQuest2) - [🚩 挑战3:Jetton自动售卖机](https://github.com/romanovichim/TONQuest3) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/learn/academy/academy-overview.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/learn/academy/academy-overview.md index b8194ce1ce..315315b601 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/learn/academy/academy-overview.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/learn/academy/academy-overview.md @@ -8,6 +8,5 @@ ## 参见 -- [TON 速成](https://tonspeedrun.com/) - [TON Hello World](https://tonhelloworld.com/01-wallet/) - [[YouTube]TON 开发研究 EN ](https://www.youtube.com/@TONDevStudy)[[RU]](https://www.youtube.com/results?search_query=tondevstudy) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/academy-overview.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/academy-overview.mdx index b8194ce1ce..315315b601 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/academy-overview.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/academy-overview.mdx @@ -8,6 +8,5 @@ ## 参见 -- [TON 速成](https://tonspeedrun.com/) - [TON Hello World](https://tonhelloworld.com/01-wallet/) - [[YouTube]TON 开发研究 EN ](https://www.youtube.com/@TONDevStudy)[[RU]](https://www.youtube.com/results?search_query=tondevstudy) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/educational-resources.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/educational-resources.mdx index b8194ce1ce..315315b601 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/educational-resources.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/concepts/educational-resources.mdx @@ -8,6 +8,5 @@ ## 参见 -- [TON 速成](https://tonspeedrun.com/) - [TON Hello World](https://tonhelloworld.com/01-wallet/) - [[YouTube]TON 开发研究 EN ](https://www.youtube.com/@TONDevStudy)[[RU]](https://www.youtube.com/results?search_query=tondevstudy) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/dapps/defi/tokens.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/dapps/defi/tokens.mdx index 7d3f2352c2..e6e2201edc 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/dapps/defi/tokens.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/dapps/defi/tokens.mdx @@ -51,7 +51,7 @@ RU ### TON 速成 -查看 [TON 速成](https://tonspeedrun.com/) 系列,其中包括 NFT 和 Jetton 开发: +查看 TON 速成 系列,其中包括 NFT 和 Jetton 开发: - [🚩 挑战 1:简单的 NFT 部署](https://github.com/romanovichim/TONQuest1) - [🚩 挑战2:聊天机器人合约](https://github.com/romanovichim/TONQuest2) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/README.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/README.mdx index 892fb64778..1f6ccd290e 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/README.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/README.mdx @@ -27,12 +27,6 @@ TON区块链课程 - - ## 开始 ### 有趣且简单的教程 @@ -40,7 +34,7 @@ TON速度竞赛教程 使用我们适合初学者的指南开始您的旅程: - [TON Hello World:逐步指导编写您的第一个智能合约](https://ton-community.github.io/tutorials/02-contract/) -- [TON速度竞赛教程](https://tonspeedrun.com/) +- TON速度竞赛教程 - [🚩 挑战1:简单NFT部署](https://github.com/romanovichim/TONQuest1) - [🚩 挑战2:聊天机器人合约](https://github.com/romanovichim/TONQuest2) - [🚩 挑战3:Jetton自动售卖机](https://github.com/romanovichim/TONQuest3) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/func/overview.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/func/overview.mdx index d623519c67..51be9ec961 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/func/overview.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/func/overview.mdx @@ -95,7 +95,7 @@ RU 社区专家提供的其他材料: -- [TON Speed Run 系列](https://tonspeedrun.com/) +- TON Speed Run 系列 - [🚩 挑战 1:简单 NFT 部署](https://github.com/romanovichim/TONQuest1) - [🚩 挑战 2:聊天机器人合约](https://github.com/romanovichim/TONQuest2) - [🚩 挑战 3:Jetton 自动售卖机](https://github.com/romanovichim/TONQuest3)