Commit 83d68ef9faeafa4185f6848ad17231aa283f0cd3

Authored by Dmitriy Zaporozhets
2 parents 1194531e ac77f5ff

Merge pull request #4090 from bbodenmiller/master

add stack overflow to help page
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/views/help/index.html.haml
... ... @@ -27,6 +27,8 @@
27 27 %li
28 28 Ask in our
29 29 = link_to "support forum", "https://groups.google.com/forum/#!forum/gitlabhq"
  30 + or on
  31 + = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab"
30 32 %li
31 33 Browse our
32 34 = link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues"
... ...