Fix broken link in message.rst (#1325)

This commit is contained in:
fulsiram 2023-09-29 10:04:42 +02:00 committed by GitHub
parent 0895e0f49c
commit 890a57cd15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`