Skip to content

Commit 19d33b2

Browse files
ttempaakravetsone
authored andcommitted
fix: dead links
1 parent 6dcb658 commit 19d33b2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/bot-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ response;
100100

101101
GramIO 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
106106
import type { APIMethodParams, APIMethodReturn } from "gramio";

docs/plugins/official/scenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/plugins/official/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const bot = new Bot(process.env.BOT_TOKEN as string)
6767
bot.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

docs/ru/bot-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ response;
104104

105105
GramIO реэкспортирует [@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
110110
import type { APIMethodParams, APIMethodReturn } from "gramio";

docs/ru/plugins/official/scenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/ru/plugins/official/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const bot = new Bot(process.env.BOT_TOKEN as string)
6969
bot.start();
7070
```
7171

72-
Этот плагин можно использовать с любым хранилищем ([Подробнее](/ru/storages/index))
72+
Этот плагин можно использовать с любым хранилищем ([Подробнее](/ru/storages))
7373

7474
### Пример с Redis
7575

0 commit comments

Comments
 (0)