Fixed readme :ref: tag

This commit is contained in:
Alex Root Junior 2022-10-02 19:42:33 +03:00
parent 49372d14fd
commit 9041cc72f1
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -71,7 +71,7 @@ Features
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated - Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints) - Updates router (Blueprints)
- Has Finite State Machine - Has Finite State Machine
- Uses powerful :ref:`magic filters <magic-filters>` - Uses powerful `magic filters <https://docs.aiogram.dev/en/dev-3.x/dispatcher/filters/magic_filters.html#magic-filters>`
- Middlewares (incoming updates and API calls) - Middlewares (incoming updates and API calls)
- Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_ - Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_
- Integrated I18n/L10n support with GNU Gettext (or Fluent) - Integrated I18n/L10n support with GNU Gettext (or Fluent)