Change links to gitlab.com
There are several links in https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd that point to github. Change and make gitlab.com the default.
grep -nR "github.com/gitlabhq" .
./init/sysvinit/debian/README.md:6: wget -O /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/debian/gitlab-puma
./init/systemd/gitlab-unicorn.service:5:# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
./init/systemd/gitlab-sidekiq.service:5:# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
./init/systemd/README.md:18:wget -O gitlab-sidekiq.service https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab-sidekiq.service
./init/systemd/README.md:19:wget -O gitlab-unicorn.service https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab-unicorn.service
./init/systemd/README.md:20:wget -O gitlab.target https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab.target
./init/systemd/gitlab.target:5:# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd