Skip to content

Commit 04db2bc

Browse files
authored
Merge pull request #153 from sheeeng/fix/broken-link
fix: broken link
2 parents 2e7646e + cb7f046 commit 04db2bc

File tree

1 file changed

+2
-2
lines changed
  • src/mkdocs_git_revision_date_localized_plugin

1 file changed

+2
-2
lines changed

src/mkdocs_git_revision_date_localized_plugin/ci.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def raise_ci_warnings(repo) -> None:
4343
[git-revision-date-localized-plugin] Running on GitHub Actions might lead to wrong
4444
Git revision dates due to a shallow git fetch depth.
4545
46-
Try setting fetch-depth to 0 in your GitHub Action
47-
(see https://github.com/actions/checkout).
46+
Try setting `fetch-depth: 0` in your GitHub Action.
47+
See https://github.com/actions/checkout for more information.
4848
"""
4949
)
5050

0 commit comments

Comments
 (0)