diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 95fa25823ba3ea1606b98466e2a4359605ad2966..36bfdeda32e4029cc0dd4877a9fbdc3c1d4be67a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,7 @@ The [issue tracker](https://github.com/gitlabhq/gitlabhq/issues) is only for obv
 
 Do not use the issue tracker for feature requests. We have a specific [feedback and suggestions forum](http://feedback.gitlab.com) for this purpose.
 
-Please send a pull request with a tested solution or a pull request with a failing test instead of opening an issue if you can. If you're unsure where to post, post to the [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq) or [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) first. There are a lot of helpful GitLab users there who may be able to help you quickly. If your particular issue turns out to be a bug, it will find its way from there.
+Please send a pull request with a tested solution or a pull request with a failing test instead of opening an issue if you can. If you're unsure where to post, post to the [mailing list](https://groups.google.com/forum/#!forum/gitlabhq) or [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) first. There are a lot of helpful GitLab users there who may be able to help you quickly. If your particular issue turns out to be a bug, it will find its way from there.
 
 ### Issue tracker guidelines
 
diff --git a/README.md b/README.md
index b5b39648a014b8012c6b0c52ebdf1062662b81be..de773cce0eb9075cc21ea5bb569d41dd6e754f39 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ or start each component separately
 
 * [Troubleshooting guide](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide) contains solutions to common problems.
 
-* [Support forum](https://groups.google.com/forum/#!forum/gitlabhq) and [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) are the best places to ask questions. For example you can use it if you have questions about: permission denied errors, invisible repos, can't clone/pull/push or with web hooks that don't fire. Please search for similar issues before posting your own, there's a good chance somebody else had the same issue you have now and has resolved it. There are a lot of helpful GitLab users there who may be able to help you quickly. If your particular issue turns out to be a bug, it will find its way from there to a fix.
+* [Mailing list](https://groups.google.com/forum/#!forum/gitlabhq) and [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) are the best places to ask questions. For example you can use it if you have questions about: permission denied errors, invisible repos, can't clone/pull/push or with web hooks that don't fire. Please search for similar issues before posting your own, there's a good chance somebody else had the same issue you have now and has resolved it. There are a lot of helpful GitLab users there who may be able to help you quickly. If your particular issue turns out to be a bug, it will find its way from there to a fix.
 
 * [Feedback and suggestions forum](http://feedback.gitlab.com) is the place to propose and discuss new features for GitLab.
 
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 1685c6eec5339d4be765e751358e49c779f893a7..80ddc05b50314204f4375d943cec0b8e71fa1625 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -26,7 +26,7 @@
           on the top of this page
         %li
           Ask in our
-          = link_to "support forum", "https://groups.google.com/forum/#!forum/gitlabhq"
+          = link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq"
           or on
           = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab"
         %li