Merge branch 'rm-depr-forum-promolink' into 'master'

Substituted deprecated forum link with project issues link.

Within the promo partial template we had a Requests link to the
deprecated Forum which is now directing to the project's Issue page.

See merge request !2255
This commit is contained in:
Robert Speicher 2016-01-25 20:47:51 +00:00
commit 08755f6410

View file

@ -1,5 +1,5 @@
.gitlab-promo
= link_to 'Homepage', promo_url
= link_to "Blog", promo_url + '/blog/'
= link_to "@gitlab", "https://twitter.com/gitlab"
= link_to "Requests", "http://feedback.gitlab.com/"
= link_to 'Blog', promo_url + '/blog/'
= link_to '@gitlab', 'https://twitter.com/gitlab'
= link_to 'Requests', 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#feature-proposals'