|
34 | 34 | '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.'),
|
35 | 35 | 'client' => 'Dwayne Sander',
|
36 | 36 | 'company' => 'Alerrt',
|
37 |
| - 'url' => 'http://alerrt.org/', |
| 37 | + 'url' => 'https://alerrt.org/', |
38 | 38 | ],
|
39 | 39 |
|
40 | 40 | ],
|
|
57 | 57 | 'title' => __('Issues (Github)'),
|
58 | 58 | ],
|
59 | 59 | 'blog' => [
|
60 |
| - 'url' => 'http://bakery.cakephp.org/', |
| 60 | + 'url' => 'https://bakery.cakephp.org/', |
61 | 61 | 'title' => __('Bakery'),
|
62 | 62 | ],
|
63 | 63 | 'awesomeList' => [
|
64 | 64 | 'url' => 'https://github.com/FriendsOfCake/awesome-cakephp',
|
65 | 65 | 'title' => __('Featured Resources'),
|
66 | 66 | ],
|
67 | 67 | 'training' => [
|
68 |
| - 'url' => 'http://training.cakephp.org/', |
| 68 | + 'url' => 'https://training.cakephp.org/', |
69 | 69 | 'title' => __('Training'),
|
70 | 70 | ],
|
71 | 71 | 'meetups' => [
|
|
79 | 79 | 'title' => __('Meetups'),
|
80 | 80 | ],
|
81 | 81 | 'myCakephp' => [
|
82 |
| - 'url' => 'http://my.cakephp.org/login', |
| 82 | + 'url' => 'https://my.cakephp.org/login', |
83 | 83 | 'title' => __('My CakePHP'),
|
84 | 84 | ],
|
85 | 85 | 'cakefest' => [
|
86 |
| - 'url' => 'http://cakefest.org', |
| 86 | + 'url' => 'https://cakefest.org', |
87 | 87 | 'options' => ['target' => '_blank'],
|
88 | 88 | 'title' => __('CakeFest'),
|
89 | 89 | ],
|
|
120 | 120 | ],
|
121 | 121 | 'help' => [
|
122 | 122 | 'discourse' => [
|
123 |
| - 'url' => 'http://discourse.cakephp.org', |
| 123 | + 'url' => 'https://discourse.cakephp.org', |
124 | 124 | 'title' => __('Forum'),
|
125 | 125 | 'options' => ['target' => '_blank'],
|
126 | 126 | ],
|
127 | 127 | 'stackOverflow' => [
|
128 |
| - 'url' => 'http://stackoverflow.com/tags/cakephp', |
| 128 | + 'url' => 'https://stackoverflow.com/tags/cakephp', |
129 | 129 | 'options' => ['target' => '_blank'],
|
130 | 130 | 'title' => __('Stack Overflow'),
|
131 | 131 | ],
|
|
135 | 135 | 'title' => 'IRC',
|
136 | 136 | ],
|
137 | 137 | 'slack' => [
|
138 |
| - 'url' => 'http://cakesf.herokuapp.com/', |
| 138 | + 'url' => 'https://cakesf.herokuapp.com/', |
139 | 139 | 'options' => ['target' => '_blank'],
|
140 | 140 | 'title' => 'Slack',
|
141 | 141 | ],
|
|
145 | 145 | 'title' => 'Discord',
|
146 | 146 | ],
|
147 | 147 | 'commercial' => [
|
148 |
| - 'url' => 'http://www.cakedc.com/', |
| 148 | + 'url' => 'https://www.cakedc.com/', |
149 | 149 | 'title' => __('Paid Support'),
|
150 | 150 | ],
|
151 | 151 | ],
|
152 | 152 | 'jobs' => [
|
153 | 153 | 'cakeJobs' => [
|
154 |
| - 'url' => 'http://cakephpjobs.com/', |
| 154 | + 'url' => 'https://cakephpjobs.com/', |
155 | 155 | 'options' => ['target' => '_blank'],
|
156 | 156 | 'title' => __('Cake Jobs'),
|
157 | 157 | ],
|
|
173 | 173 | ],
|
174 | 174 | 'documentation' => [
|
175 | 175 | 'book' => [
|
176 |
| - 'url' => 'http://book.cakephp.org/4', |
| 176 | + 'url' => 'https://book.cakephp.org/4', |
177 | 177 | 'title' => __('Book'),
|
178 | 178 | ],
|
179 | 179 | 'api' => [
|
|
216 | 216 | ],
|
217 | 217 | 'serviceProvider' => [
|
218 | 218 | 'cakedc' => [
|
219 |
| - 'url' => 'http://www.cakedc.com/', |
| 219 | + 'url' => 'https://www.cakedc.com/', |
220 | 220 | 'title' => 'CakeDC',
|
221 | 221 | 'options' => ['class' => 'hide'],
|
222 | 222 | ],
|
|
0 commit comments