Skip to content

Commit

Permalink
Fix broken link in message.rst (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulsiram committed Sep 29, 2023
1 parent 0895e0f commit 890a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dispatcher/class_based_handlers/message.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 890a57c

Please sign in to comment.