From 94afa220c7795a30a4d30f55abe8e2dbbce28928 Mon Sep 17 00:00:00 2001 From: Knuth Date: Mon, 3 Jun 2024 13:14:02 +0200 Subject: [PATCH] fix: Gitlab doc link GIT_DEPTH explaination has moved. --- mkdocs_git_revision_date_localized_plugin/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs_git_revision_date_localized_plugin/ci.py b/mkdocs_git_revision_date_localized_plugin/ci.py index d2682b5..73df3a0 100644 --- a/mkdocs_git_revision_date_localized_plugin/ci.py +++ b/mkdocs_git_revision_date_localized_plugin/ci.py @@ -30,7 +30,7 @@ def raise_ci_warnings(repo) -> None: Git revision dates due to a shallow git fetch depth. Make sure to set GIT_DEPTH to 0 in your .gitlab-ci.yml file - (see https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone). + (see https://docs.gitlab.com/ee/user/project/repository/monorepos/index.html#shallow-cloning). """ )