Skip to content

Commit 8bc5393

Browse files
authored
Merge pull request #281 from cakephp/upd-liks
update site links
2 parents ec38a6f + 90d4bba commit 8bc5393

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

config/site.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'text' => __('Having inherited this CakePHP project, I didn’t choose CakePHP so much as chose to continue using it. After seeing the power and functionality of the framework in use, it wasn’t a difficult choice to make.'),
3535
'client' => 'Dwayne Sander',
3636
'company' => 'Alerrt',
37-
'url' => 'http://alerrt.org/',
37+
'url' => 'https://alerrt.org/',
3838
],
3939

4040
],
@@ -57,15 +57,15 @@
5757
'title' => __('Issues (Github)'),
5858
],
5959
'blog' => [
60-
'url' => 'http://bakery.cakephp.org/',
60+
'url' => 'https://bakery.cakephp.org/',
6161
'title' => __('Bakery'),
6262
],
6363
'awesomeList' => [
6464
'url' => 'https://github.com/FriendsOfCake/awesome-cakephp',
6565
'title' => __('Featured Resources'),
6666
],
6767
'training' => [
68-
'url' => 'http://training.cakephp.org/',
68+
'url' => 'https://training.cakephp.org/',
6969
'title' => __('Training'),
7070
],
7171
'meetups' => [
@@ -79,11 +79,11 @@
7979
'title' => __('Meetups'),
8080
],
8181
'myCakephp' => [
82-
'url' => 'http://my.cakephp.org/login',
82+
'url' => 'https://my.cakephp.org/login',
8383
'title' => __('My CakePHP'),
8484
],
8585
'cakefest' => [
86-
'url' => 'http://cakefest.org',
86+
'url' => 'https://cakefest.org',
8787
'options' => ['target' => '_blank'],
8888
'title' => __('CakeFest'),
8989
],
@@ -120,12 +120,12 @@
120120
],
121121
'help' => [
122122
'discourse' => [
123-
'url' => 'http://discourse.cakephp.org',
123+
'url' => 'https://discourse.cakephp.org',
124124
'title' => __('Forum'),
125125
'options' => ['target' => '_blank'],
126126
],
127127
'stackOverflow' => [
128-
'url' => 'http://stackoverflow.com/tags/cakephp',
128+
'url' => 'https://stackoverflow.com/tags/cakephp',
129129
'options' => ['target' => '_blank'],
130130
'title' => __('Stack Overflow'),
131131
],
@@ -135,7 +135,7 @@
135135
'title' => 'IRC',
136136
],
137137
'slack' => [
138-
'url' => 'http://cakesf.herokuapp.com/',
138+
'url' => 'https://cakesf.herokuapp.com/',
139139
'options' => ['target' => '_blank'],
140140
'title' => 'Slack',
141141
],
@@ -145,13 +145,13 @@
145145
'title' => 'Discord',
146146
],
147147
'commercial' => [
148-
'url' => 'http://www.cakedc.com/',
148+
'url' => 'https://www.cakedc.com/',
149149
'title' => __('Paid Support'),
150150
],
151151
],
152152
'jobs' => [
153153
'cakeJobs' => [
154-
'url' => 'http://cakephpjobs.com/',
154+
'url' => 'https://cakephpjobs.com/',
155155
'options' => ['target' => '_blank'],
156156
'title' => __('Cake Jobs'),
157157
],
@@ -173,7 +173,7 @@
173173
],
174174
'documentation' => [
175175
'book' => [
176-
'url' => 'http://book.cakephp.org/4',
176+
'url' => 'https://book.cakephp.org/4',
177177
'title' => __('Book'),
178178
],
179179
'api' => [
@@ -216,7 +216,7 @@
216216
],
217217
'serviceProvider' => [
218218
'cakedc' => [
219-
'url' => 'http://www.cakedc.com/',
219+
'url' => 'https://www.cakedc.com/',
220220
'title' => 'CakeDC',
221221
'options' => ['class' => 'hide'],
222222
],

0 commit comments

Comments
 (0)