Skip to content

Commit 7ed171c

Browse files
authored
Use correct configuration for MkDocs pymdownx.magiclink extension (#823)
The pymdownx.magiclink Python-Markdown extension adds support for GitHub-style auto-linked issue/PR/commit/user references. In order for the issue/PR/commit references to work correctly in the case where no repository is specified, the extension must be configured with the owner and repository name of the repository that is using it. As a result of not having been updated after it was copied, the extension was previously configured for the squidfunk/mkdocs-material repository, which would result in any references that didn't specify a repository to be relative to that repository, rather than arduino/arduino-cli.
1 parent 35fb9ed commit 7ed171c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ markdown_extensions:
4242
- pymdownx.keys
4343
- pymdownx.magiclink:
4444
repo_url_shorthand: true
45-
user: squidfunk
46-
repo: mkdocs-material
45+
user: arduino
46+
repo: arduino-cli
4747
- pymdownx.mark
4848
- pymdownx.smartsymbols
4949
- pymdownx.superfences

0 commit comments

Comments
 (0)