mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 02:52:12 +00:00
Fix broken link in message.rst (#1325)
This commit is contained in:
parent
0895e0f49c
commit
890a57cd15
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Simple usage
|
|||
Extension
|
||||
=========
|
||||
|
||||
This base handler is subclass of [BaseHandler](basics.md#basehandler) with some extensions:
|
||||
This base handler is subclass of :ref:`BaseHandler <cbh-base-handler>` with some extensions:
|
||||
|
||||
- :code:`self.chat` is alias for :code:`self.event.chat`
|
||||
- :code:`self.from_user` is alias for :code:`self.event.from_user`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue