Commit 6205b068cd9318732d05a19002bf3e9920ddc0a4
1 parent
49a51599
Exists in
spb-stable
and in
3 other branches
Reduce the number of times people send emails or file issues out of the blue.
Showing
1 changed file
with
2 additions
and
10 deletions
Show diff stats
app/views/help/index.html.haml
... | ... | @@ -23,8 +23,8 @@ |
23 | 23 | Quick help |
24 | 24 | %ul.well-list |
25 | 25 | %li |
26 | - Email your | |
27 | - = mail_to gitlab_config.support_email, "support contact" | |
26 | + See our website for | |
27 | + = link_to "getting help", "https://www.gitlab.com/getting-help/" | |
28 | 28 | %li |
29 | 29 | Use the |
30 | 30 | = link_to "search bar", '#', onclick: "$('#search').focus();" |
... | ... | @@ -32,14 +32,6 @@ |
32 | 32 | %li |
33 | 33 | Use |
34 | 34 | = link_to "shortcuts", '#', onclick: "new Shortcuts()" |
35 | - %li | |
36 | - Ask in our | |
37 | - = link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq" | |
38 | - or on | |
39 | - = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab" | |
40 | - %li | |
41 | - Browse our | |
42 | - = link_to "issue tracker", "https://gitlab.com/gitlab-org/gitlab-ce/issues" | |
43 | 35 | |
44 | 36 | .col-md-4 |
45 | 37 | .ui-box | ... | ... |