From 02773d75e886e5ad09640a9b4ffc5b887e7e7886 Mon Sep 17 00:00:00 2001 From: Adam Mulvany Date: Mon, 3 Jul 2017 16:06:07 +1000 Subject: [PATCH] Updated docs to reflect current location of config --- doc/push_rules/push_rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/push_rules/push_rules.md b/doc/push_rules/push_rules.md index 025b6b497cb0a0..203d9b6363c699 100644 --- a/doc/push_rules/push_rules.md +++ b/doc/push_rules/push_rules.md @@ -6,7 +6,7 @@ But there are cases when you need some specific rules like preventing git tag re GitLab Enterprise Edition offers a user-friendly interface for such cases. Push Rules are defined per project so you can have different rules applied to different projects depending on your needs. -Push Rules settings can be found at Project settings -> Push Rules page. +Push Rules settings can be found under "Push Rules" at the Project settings -> Repository page. ## How to use @@ -92,4 +92,4 @@ bash_history ``` -[protected-branches]: https://docs.gitlab.com/ee/user/project/protected_branches.html "Protected Branches documentation" \ No newline at end of file +[protected-branches]: https://docs.gitlab.com/ee/user/project/protected_branches.html "Protected Branches documentation" -- GitLab