diff --git a/app/views/projects/protected_branches/_create_protected_branch.html.haml b/app/views/projects/protected_branches/_create_protected_branch.html.haml
index 7006b340b34950d47cd78c54a21120e59a0f9160..e4319e3405d10e05b45fba68683f42102b596202 100644
--- a/app/views/projects/protected_branches/_create_protected_branch.html.haml
+++ b/app/views/projects/protected_branches/_create_protected_branch.html.haml
@@ -10,7 +10,8 @@
           .col-md-10
             = render partial: "dropdown", locals: { f: f }
             .help-block
-              Wildcards such as
+              = link_to 'Wildcards', help_page_path('user/project/protected_branches', anchor: 'wildcard-protected-branches')
+              such as
               %code *-stable
               or
               %code production/*