We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edea6d commit 8d30b27Copy full SHA for 8d30b27
manager/director/apps/docs/utils.py
@@ -105,7 +105,7 @@ def rewrite_markdown_link(
105
base_page_name = base_page_name.strip("/")
106
107
# If it's not an external link, rewrite it
108
- if not parts.netloc and parts.path:
+ if parts.scheme != "mailto" and not parts.netloc and parts.path:
109
# Extract the path for rewriting
110
path = parts.path
111
0 commit comments