From 91c4337603de96a3ba0b8892c92839bd3a79d5ed Mon Sep 17 00:00:00 2001 From: ttempaa <79640477+ttempaa@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:55:35 +0300 Subject: [PATCH 1/2] fix: typo in the link --- docs/plugins/official/autoload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/official/autoload.md b/docs/plugins/official/autoload.md index 2e96e0a..fe11a9d 100644 --- a/docs/plugins/official/autoload.md +++ b/docs/plugins/official/autoload.md @@ -50,7 +50,7 @@ bun install @gramio/autoload > [full example](https://github.com/gramiojs/autoload/tree/main/example) > [!IMPORTANT] -> Please read about [Lazy-load plugins](https://gramio.dev/plugins/official/autoload.html) +> Please read about [Lazy-load plugins](https://gramio.dev/plugins/lazy-load) ## Register the plugin From d61f85107a518e6abec4323207e35b42a0e6550d Mon Sep 17 00:00:00 2001 From: ttempaa <79640477+ttempaa@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:03:19 +0300 Subject: [PATCH 2/2] fix(ru): typo in the link --- docs/ru/plugins/official/autoload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ru/plugins/official/autoload.md b/docs/ru/plugins/official/autoload.md index 949c4ee..9adf3a9 100644 --- a/docs/ru/plugins/official/autoload.md +++ b/docs/ru/plugins/official/autoload.md @@ -50,7 +50,7 @@ bun install @gramio/autoload > [полный пример](https://github.com/gramiojs/autoload/tree/main/example) > [!IMPORTANT] -> Пожалуйста, прочитайте о [Ленивой загрузке плагинов](https://gramio.dev/ru/plugins/official/autoload.html) +> Пожалуйста, прочитайте о [Ленивой загрузке плагинов](https://gramio.dev/ru/plugins/lazy-load) ## Регистрация плагина @@ -131,4 +131,4 @@ await Bun.$`bun build --compile out/index.js`; > [!WARNING] > Вы не можете использовать это в режиме `bun build --compile` без дополнительного шага ([Issue с функционалом](https://github.com/oven-sh/bun/issues/11895)) -[Узнать больше](https://github.com/kravetsone/esbuild-plugin-autoload) \ No newline at end of file +[Узнать больше](https://github.com/kravetsone/esbuild-plugin-autoload)