Skip to content

Commit

Permalink
chore: change links to gramio
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 1, 2024
1 parent d6c6618 commit 4709989
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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+
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/media-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/media-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down

0 comments on commit 4709989

Please sign in to comment.