diff --git a/README.md b/README.md index d8d2f71..619ac16 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # @gramio/files -[`@gramio/files`](https://github.com/gramiojs/files) is set of utils for work with files and Telegram Bot API. You can also use it outside of [GramIO](https://gramio.netlify.app/) framework because it is framework-agnostic. +[`@gramio/files`](https://github.com/gramiojs/files) is set of utils for work with files and Telegram Bot API. You can also use it outside of [GramIO](https://gramio.dev/) framework because it is framework-agnostic. [![npm](https://img.shields.io/npm/v/@gramio/files?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/@gramio/files) [![JSR](https://jsr.io/badges/@gramio/files)](https://jsr.io/@gramio/files) [![JSR Score](https://jsr.io/badges/@gramio/files/score)](https://jsr.io/@gramio/files) -## Please see [Documentation](https://gramio.netlify.app/files/overview.html) and [API Reference](https://jsr.io/@gramio/files/doc) +## Please see [Documentation](https://gramio.dev/files/overview.html) and [API Reference](https://jsr.io/@gramio/files/doc) Currently, support Telegram Bot API v7.3+ diff --git a/src/index.ts b/src/index.ts index b6d77a0..9d303b8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ * * Set of utils for work with files and Telegram Bot API * - * [Documentation](https://gramio.netlify.app/files/overview.html) + * [Documentation](https://gramio.dev/files/overview.html) * * @example * ```typescript diff --git a/src/media-input.ts b/src/media-input.ts index 26e982d..a6ac7b8 100644 --- a/src/media-input.ts +++ b/src/media-input.ts @@ -9,7 +9,7 @@ import type { /** * Class-helper with static methods that represents the content of a media message to be sent. * - * [Documentation](https://gramio.netlify.app/files/media-input.html) + * [Documentation](https://gramio.dev/files/media-input.html) */ export class MediaInput { /** diff --git a/src/media-upload.ts b/src/media-upload.ts index 87aa9dd..5c7de7e 100644 --- a/src/media-upload.ts +++ b/src/media-upload.ts @@ -6,7 +6,7 @@ import { convertStreamToBuffer } from "./utils"; /** * Class-helper with static methods for file uploading. * - * [Documentation](https://gramio.netlify.app/files/media-upload.html) + * [Documentation](https://gramio.dev/files/media-upload.html) */ export class MediaUpload { /**