Skip to content

Commit 632d8e9

Browse files
committed
chore: Update YORE comment
1 parent 3e9bc2f commit 632d8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkdocs_autorefs/_internal/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ def on_env(self, env: Environment, /, *, config: MkDocsConfig, files: Files) ->
268268
if file.page and file.page.content:
269269
_log.debug("Applying cross-refs in page %s", file.page.file.src_path)
270270

271-
# YORE: Bump 2: Replace `, fallback=self.get_fallback_anchor` with `` within line.
272271
url_mapper = functools.partial(
273272
self.get_item_url,
274273
from_url=file.page.url,
274+
# YORE: Bump 2: Remove line.
275275
fallback=self.get_fallback_anchor,
276276
)
277277
backlink_recorder = (

0 commit comments

Comments
 (0)