diff --git a/README.md b/README.md index d896464..51d954c 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,4 @@ export class EchoService { ... } ``` -See more on a docs page: https://nestjs-telegraf.vercel.app/docs/extras/bot-injection \ No newline at end of file +See more on a docs page: https://nestjs-telegraf.vercel.app/extras/bot-injection \ No newline at end of file diff --git a/website/docs/extras/bot-injection.md b/website/docs/extras/bot-injection.md index c322288..ae868a9 100644 --- a/website/docs/extras/bot-injection.md +++ b/website/docs/extras/bot-injection.md @@ -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';