Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-30 09:13:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-30 09:13:54 +0300
commitc2bfdff5d32c238ccc90b1c688b0a14479b3737e (patch)
tree1f5a57ddef625a7e6b5b80b4cc2f6ba39146b8e4 /doc
parent2a6b543cbf045b7d480a21c1c77fd4f0243a6437 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/development/dangerbot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/dangerbot.md b/doc/development/dangerbot.md
index 829f6af76be..374e4e5de68 100644
--- a/doc/development/dangerbot.md
+++ b/doc/development/dangerbot.md
@@ -131,7 +131,7 @@ The main `Dangerfile` will then take care of adding the labels to the MR with a
#### Shared rules and plugins
If the rule or plugin you implement can be useful for other projects, think about
-upstreaming them to the [`gitlab-org/gitlab-dangerfiles`](https://gitlab.com/gitlab-org/gitlab-dangerfiles) project.
+upstreaming them to the [`gitlab-dangerfiles`](https://gitlab.com/gitlab-org/ruby/gems/gitlab-dangerfiles) project.
#### Enable Danger on a project