Telegram-Mini-Apps / telegram-apps

Made from scratch TypeScript packages, examples and documentation you will surely need to start developing on Telegram Mini Apps.
https://docs.telegram-mini-apps.com/
MIT License
734 stars 203 forks source link

Fix documentation links #315

Closed Desiders closed 6 months ago

Desiders commented 6 months ago

Is your feature request related to a problem? Please describe.

Currently, all links in README.md are directs to error 404

Describe the solution you'd like

Replace these links with links to packages (https://docs.telegram-mini-apps.com/packages)

Describe alternatives you've considered

No response

Additional context

No response

heyqbnk commented 6 months ago

Hey! Didn't quite get about which README.md file exactly we are talking about. I have probably already fixed this issue not really long time ago

Desiders commented 6 months ago

Hey! Didn't quite get about which README.md file exactly we are talking about

For example text and documentation link from https://github.com/Telegram-Mini-Apps/tma.js/blob/master/README.md#tmajsinit-data-node:

The package provides utilities to work with the initialization data of Telegram Mini Apps on the server side. To learn more about the initialization data and its usage, please refer to the documentation.

Here documentation are directs to missing page

heyqbnk commented 6 months ago

Thank you for report. Fixed. Let me know if something is still wrong