We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762389d commit ca274f1Copy full SHA for ca274f1
src/mkdocs_autorefs/plugin.py
@@ -14,7 +14,7 @@
14
import functools
15
import logging
16
from typing import Callable, Dict, Optional, Sequence
17
-from urllib.parse import urlparse
+from urllib.parse import urlsplit
18
19
from mkdocs.config import Config
20
from mkdocs.plugins import BasePlugin
0 commit comments