From 90667fe87614386fb89746885e7ae8ef40d8fe3a Mon Sep 17 00:00:00 2001 From: Aleksandr Bukhalo Date: Thu, 5 Aug 2021 13:35:47 +0300 Subject: [PATCH] fix docs urls --- README.md | 2 +- website/docs/extras/bot-injection.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';