diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index a04d53e02bf2de3367c6a7aa04262c42c2bac129..d19422c8657209f546d3a9955f3b60cb8c3acbc9 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -100,7 +100,8 @@
                   = f.check_box :container_registry_enabled
                   %strong Container Registry
                   %br
-                  %span.descr Enable Container Registry for this repository
+                  %span.descr Enable Container Registry for this project
+                  = link_to icon('question-circle'), help_page_path('user/project/container_registry'), target: '_blank'
 
         = render 'merge_request_settings', f: f
         %hr