Skip to content

Commit 32163e6

Browse files
committed
refactor: change log phrasing
1 parent db1fb83 commit 32163e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_site_urls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _replace(match):
4242
attribute = match.group(1)
4343
url = match.group(3)
4444

45-
logger.info(f"Replacing absolute url '{self.prefix}{url}' with '{path}{url}'")
45+
logger.info(f"Replacing '{self.prefix}{url}' with '{path}{url}'")
4646
return f'{attribute}="{path}{url}"'
4747

4848
return self._regex.sub(_replace, html)

0 commit comments

Comments
 (0)