From 58f9c1b95f4c7f6d784a0a486750a18ebf2e015e Mon Sep 17 00:00:00 2001 From: Alexander Bukhalo Date: Thu, 25 Aug 2022 09:16:17 +0300 Subject: [PATCH] update site address --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3320856..8f5f339 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ $ npm i nestjs-telegraf telegraf ``` ## Documentation -Check out the [documentation site](https://nestjs-telegraf.vercel.app). +Check out the [documentation site](https://nestjs-telegraf.hypeer.company). diff --git a/package.json b/package.json index ed9785c..6ef92d0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bot api", "bot framework" ], - "homepage": "https://nestjs-telegraf.vercel.app/", + "homepage": "https://nestjs-telegraf.hypeer.company", "bugs": { "url": "https://github.com/hypeertech/nestjs-telegraf/issues" },