Skip to content

Commit 7a02f94

Browse files
committed
docs: Fix cross-refs to base handler
1 parent a15156f commit 7a02f94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mkdocstrings_handlers/typescript/handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
100100
"""Initialize the handler.
101101
102102
Parameters:
103-
*args: Passed to the [base handler][mkdocstrings.handlers.base import BaseHandler].
104-
**kwargs: Passed to the [base handler][mkdocstrings.handlers.base import BaseHandler].
103+
*args: Passed to the [base handler][mkdocstrings.handlers.base.BaseHandler].
104+
**kwargs: Passed to the [base handler][mkdocstrings.handlers.base.BaseHandler].
105105
"""
106106
kwargs.pop("config_file_path", None)
107107
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)