File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ response;
100100
101101GramIO re-exports [ @gramio/types ] ( https://www.npmjs.com/package/@gramio/types ) (Code-generated and Auto-published Telegram Bot API types).
102102
103- [ Read more] ( /types/index .html )
103+ [ Read more] ( /types.html )
104104
105105``` ts twoslash
106106import type { APIMethodParams , APIMethodReturn } from " gramio" ;
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ const bot = new Bot(process.env.TOKEN as string)
278278 });
279279```
280280
281- [ Read more about storages] ( /storages/ )
281+ [ Read more about storages] ( /storages )
282282
283283## Scene context
284284
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const bot = new Bot(process.env.BOT_TOKEN as string)
6767bot .start ();
6868```
6969
70- You can use this plugin with any storage ([ Read more] ( /storages/index ) )
70+ You can use this plugin with any storage ([ Read more] ( /storages ) )
7171
7272### Redis example
7373
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ response;
104104
105105GramIO реэкспортирует [ @gramio/types ] ( https://www.npmjs.com/package/@gramio/types ) (кодо-генерируемые и автоматически публикуемые типы Telegram Bot API).
106106
107- [ Подробнее] ( /ru/types/index .html )
107+ [ Подробнее] ( /ru/types.html )
108108
109109``` ts twoslash
110110import type { APIMethodParams , APIMethodReturn } from " gramio" ;
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ const bot = new Bot(process.env.TOKEN as string)
120120 });
121121```
122122
123- [ Подробнее о хранилищах] ( /ru/storages/ )
123+ [ Подробнее о хранилищах] ( /ru/storages )
124124
125125### step
126126
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const bot = new Bot(process.env.BOT_TOKEN as string)
6969bot .start ();
7070```
7171
72- Этот плагин можно использовать с любым хранилищем ([ Подробнее] ( /ru/storages/index ) )
72+ Этот плагин можно использовать с любым хранилищем ([ Подробнее] ( /ru/storages ) )
7373
7474### Пример с Redis
7575
You can’t perform that action at this time.
0 commit comments