Skip to content

Commit 191ba85

Browse files
committed
Point to the right place after refactor
1 parent 5eaf948 commit 191ba85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ An example using Python Domain would be like:
6868

6969
.. code-block:: rst
7070
71-
:py:class:`hoverxref.extension.HoverXRefStandardDomain`
71+
:py:class:`hoverxref.domains.HoverXRefStandardDomain`
7272
7373
That will render to:
7474

75-
:py:class:`hoverxref.extension.HoverXRefStandardDomain`
75+
:py:class:`hoverxref.domains.HoverXRefStandardDomain`
7676

7777

7878
To enable ``hoverxref`` on a domain, you need to use the config :confval:`hoverxref_domains`

0 commit comments

Comments
 (0)