From 77e3f831c8c9df59a9688e2c33ecd0c94f061755 Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Tue, 14 Nov 2023 19:45:48 +0300 Subject: [PATCH] Update README.md Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d5f417e..a18881b9 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Thus `https://[gitlab.domain/org/dependabot-script-repo]/pipeline_schedules` das * Clone or mirror this repository. * Copy `.gitlab-ci.example.yml` to `.gitlab-ci.yml` or set [a custom CI config path for direct usage](https://docs.gitlab.com/ee/ci/pipelines/settings.html#specify-a-custom-cicd-configuration-file). * [Set the required global variables](https://docs.gitlab.com/ee/ci/variables/#variables) used in [`./generic-update-script.rb`][generic-script]. -* Create [a pipeline schedule](https://docs.gitlab.com/ee/user/project/pipelines/schedules.html) for each managed repository. +* Create [a pipeline schedule](https://docs.gitlab.com/ee/ci/pipelines/schedules.html) for each managed repository. * Set in the schedule the required variables: * `PROJECT_PATH`: `group/repository` * `PACKAGE_MANAGER_SET`: `bundler,composer,npm_and_yarn`