fix docs urls

This commit is contained in:
Aleksandr Bukhalo 2021-08-05 13:35:47 +03:00
parent 40490c3f3b
commit 90667fe876
2 changed files with 2 additions and 2 deletions

View File

@ -96,4 +96,4 @@ export class EchoService {
...
}
```
See more on a docs page: https://nestjs-telegraf.vercel.app/docs/extras/bot-injection
See more on a docs page: https://nestjs-telegraf.vercel.app/extras/bot-injection

View File

@ -20,7 +20,7 @@ export class EchoService {
}
```
If you run [multiple bots](/docs/extras/multiple-bots) in the same application, explicitly specify the bot name:
If you run [multiple bots](/extras/multiple-bots) in the same application, explicitly specify the bot name:
```typescript {8} title="src/echo/echo.service.ts"
import { Injectable } from '@nestjs/common';