From dbfb129747ccaeba00796da275f5401244dac64e Mon Sep 17 00:00:00 2001 From: aleksversus Date: Thu, 26 Mar 2026 23:22:05 +0500 Subject: [PATCH 1/2] fix(docs): replace old links by new links comment the link at txt2gam utilit article (on fixing) --- blog/2026-01-01-transition-570-at-59x/index.md | 4 ++-- docs/all-together.md | 2 +- .../en/docusaurus-plugin-content-docs/current/all-together.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/2026-01-01-transition-570-at-59x/index.md b/blog/2026-01-01-transition-570-at-59x/index.md index 2922504..eecb4af 100644 --- a/blog/2026-01-01-transition-570-at-59x/index.md +++ b/blog/2026-01-01-transition-570-at-59x/index.md @@ -33,12 +33,12 @@ tags: 1. **Утилита TXT2GAM** — конвертирует игру в формат текстового файла и обратно. - - Скачать можно с [официального сайта](https://qsp.org/index.php?option=com_content&task=view&id=52&Itemid=56) или [со страницы релизов](https://github.com/QSPFoundation/txt2gam/releases) на GitHub. + - Скачать можно [со страницы релизов](https://github.com/QSPFoundation/txt2gam/releases) на GitHub. - Если не знаете, как пользоваться утилитой, прочитайте [краткое руководство](https://wiki.qsp.org/help:txt2gam). 2. **Анализатор QSP-кода** — быстро сканирует игру в формате текстового файла и предоставляет список возможных ошибок, имена переменных, локаций, действий, предметов и прочее. - - Скачать можно по ссылке из [темы на форуме](https://qsp.org/index.php?option=com_agora&task=topic&id=365&Itemid=57), посвящённой Анализатору. + - Скачать можно по ссылке из [темы на форуме](https://qsp.org/forum/281), посвящённой Анализатору. - Или из архива на меге ["QSP/Программы"](https://mega.nz/folder/jXwXlSRJ#TF7P-soOJOWIC8MrBA-L1A). ← Смотрите папку "QSP-Analyser". Для первого раза лучше выбрать последнюю версию без модификаций. - Краткая информация доступна [на форуме](https://qsp.org/index.php?option=com_agora&task=topic&id=365&Itemid=57) и в [архиве статей](https://aleksversus.github.io/howdo_faq/docs/informarch/general/code_analyser). diff --git a/docs/all-together.md b/docs/all-together.md index 841ce58..90f85ae 100644 --- a/docs/all-together.md +++ b/docs/all-together.md @@ -101,7 +101,7 @@ flowchart TD Теперь игрок может: -* Скачать игру с [каталога на QSP](https://qsp.org/index.php?option=com_sobi2&Itemid=55) и воспроизвести ее в плеерах +* Скачать игру с [каталога на QSP](https://qsp.org/games) и воспроизвести ее в плеерах * Запустить игру с [QSpider](https://dev.qsp.org/qspider) Там можно либо: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/all-together.md b/i18n/en/docusaurus-plugin-content-docs/current/all-together.md index 29d13d3..c2a807e 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/all-together.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/all-together.md @@ -100,7 +100,7 @@ Later, the game developer publishes game resources to: Now the player can: -* Download the game from the [QSP catalog](https://qsp.org/index.php?option=com_sobi2&Itemid=55) and play it in players +* Download the game from the [QSP catalog](https://qsp.org/games) and play it in players * Launch the game with [QSpider](https://dev.qsp.org/qspider) There you can either: From 2680f9deb121bb018685b6f538587aff0c3f8b25 Mon Sep 17 00:00:00 2001 From: aleksversus Date: Thu, 26 Mar 2026 23:29:55 +0500 Subject: [PATCH 2/2] fix(blog): replace lost old link by new link --- blog/2026-01-01-transition-570-at-59x/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2026-01-01-transition-570-at-59x/index.md b/blog/2026-01-01-transition-570-at-59x/index.md index eecb4af..8bde231 100644 --- a/blog/2026-01-01-transition-570-at-59x/index.md +++ b/blog/2026-01-01-transition-570-at-59x/index.md @@ -40,7 +40,7 @@ tags: - Скачать можно по ссылке из [темы на форуме](https://qsp.org/forum/281), посвящённой Анализатору. - Или из архива на меге ["QSP/Программы"](https://mega.nz/folder/jXwXlSRJ#TF7P-soOJOWIC8MrBA-L1A). ← Смотрите папку "QSP-Analyser". Для первого раза лучше выбрать последнюю версию без модификаций. - - Краткая информация доступна [на форуме](https://qsp.org/index.php?option=com_agora&task=topic&id=365&Itemid=57) и в [архиве статей](https://aleksversus.github.io/howdo_faq/docs/informarch/general/code_analyser). + - Краткая информация доступна [на форуме](https://qsp.org/forum/281) и в [архиве статей](https://aleksversus.github.io/howdo_faq/docs/informarch/general/code_analyser). 3. Для просмотра игры в формате текстовых файлов подойдёт любой текстовый редактор. Рекомендуем Sublime Text или VS Code — они поддерживают подсветку синтаксиса QSP.