Skip to content

Commit da1cbd1

Browse files
committed
Merge branch 'urls' into 'master'
Change urls to point at gitlab.com
2 parents ce9e0a2 + 19b062c commit da1cbd1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

init/systemd/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Copy files to `/etc/systemd/system/`:
1515
```
1616
su -
1717
cd /etc/systemd/system/
18-
wget -O gitlab-sidekiq.service https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab-sidekiq.service
19-
wget -O gitlab-unicorn.service https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab-unicorn.service
20-
wget -O gitlab.target https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab.target
18+
wget -O gitlab-sidekiq.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-sidekiq.service
19+
wget -O gitlab-unicorn.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-unicorn.service
20+
wget -O gitlab.target https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab.target
2121
```
2222

2323
Reload systemd:

init/systemd/gitlab-sidekiq.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GitLab version : 5.x - 6.x
44
# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91
5-
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
5+
# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
66
#
77
####################################################
88

init/systemd/gitlab-unicorn.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GitLab version : 5.x - 6.x
44
# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91
5-
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
5+
# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
66
#
77
####################################################
88

init/systemd/gitlab.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GitLab version : 5.x - 6.x
44
# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91
5-
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
5+
# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
66
#
77
###########################################################################################
88

init/sysvinit/debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Make sure you have the `puma` gem installed and `puma.rb` in `/home/git/gitlab/c
33

44
Get `gitlab-puma` in your `/etc/init.d/` directory:
55

6-
wget -O /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/debian/gitlab-puma
6+
wget -O /etc/init.d/gitlab https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/sysvinit/debian/gitlab-puma
77

88
Then start the service with:
99

0 commit comments

Comments
 (0)