diff --git a/README.md b/README.md index d698914..b3cac93 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [Telegraf](https://github.com/telegraf/telegraf) module for [NestJS](https://github.com/nestjs/nest). ## Documentation -If you want to dive fully into NestJS Telegraf then don't waste your time in this dump, check out the [documentation site](https://nestjs-telegraf.vercel.com). +If you want to dive fully into NestJS Telegraf then don't waste your time in this dump, check out the [documentation site](https://nestjs-telegraf.vercel.app). ## Installation diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index f5f22a9..1c8de29 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,7 +1,7 @@ module.exports = { title: 'NestJS Telegraf', tagline: 'Powerful Nest module for easy and fast creation Telegram bots', - url: 'https://nestjs-telegraf.vercel.com', + url: 'https://nestjs-telegraf.vercel.app', baseUrl: '/', onBrokenLinks: 'throw', favicon: 'img/favicon.ico',