Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ec00e84

Browse files
committed
Docs: Use absolute qualified name to generate links
This is more robust than letting sphinx look for FlaskUtils or init_app and create a link to the first thing it finds
1 parent 1901a13 commit ec00e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Custom exceptions
1717

1818
.. warning:: For any of these errors to work, you need to register the error handlers in your Flask app.
1919

20-
To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`FlaskUtils` class or to :meth:`~FlaskUtils.init_app()`.
20+
To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`~flask_utils.extension.FlaskUtils` class or to :meth:`~flask_utils.extension.FlaskUtils.init_app()`.
2121

2222
.. code-block:: python
2323

0 commit comments

Comments
 (0)