Skip to content

Commit 2609016

Browse files
committed
Changed http links to lighthouse, groups.google and github to https
Because they get redirected anyway and we should follow good practices. Also in many cases similar URLs were already using https
1 parent ee5e8c9 commit 2609016

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ for the sniff and phpcs.
6868

6969
* [CakePHP coding standards](http://book.cakephp.org/2.0/en/contributing/cakephp-coding-conventions.html)
7070
* [Bug tracker](https://cakephp.lighthouseapp.com/projects/42648-cakephp)
71-
* [General GitHub documentation](http://help.github.com/)
72-
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
71+
* [General GitHub documentation](https://help.github.com/)
72+
* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
7373
* #cakephp IRC channel on freenode.org

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Some Handy Links
2626
Get Support!
2727
------------
2828

29-
[Our Google Group](http://groups.google.com/group/cake-php) - community mailing list and forum
29+
[Our Google Group](https://groups.google.com/group/cake-php) - community mailing list and forum
3030

3131
[#cakephp](http://webchat.freenode.net/?channels=#cakephp) on irc.freenode.net - Come chat with us, we have cake.
3232

3333
[Q & A](http://ask.cakephp.org/) - Ask questions here, all questions welcome
3434

35-
[Lighthouse](http://cakephp.lighthouseapp.com/) - Got issues? Please tell us!
35+
[Lighthouse](https://cakephp.lighthouseapp.com/) - Got issues? Please tell us!
3636

3737
[![Bake Status](https://secure.travis-ci.org/cakephp/cakephp.png?branch=master)](http://travis-ci.org/cakephp/cakephp)
3838

app/View/Pages/home.ctp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
216216
<ul><li><?php echo __d('cake_dev', 'Everything CakePHP'); ?></li></ul></li>
217217
<li><a href="http://plugins.cakephp.org"><?php echo __d('cake_dev', 'CakePHP plugins repo'); ?> </a>
218218
<ul><li><?php echo __d('cake_dev', 'A comprehensive list of all CakePHP plugins created by the community'); ?></li></ul></li>
219-
<li><a href="http://groups.google.com/group/cake-php"><?php echo __d('cake_dev', 'CakePHP Google Group'); ?> </a>
219+
<li><a href="https://groups.google.com/group/cake-php"><?php echo __d('cake_dev', 'CakePHP Google Group'); ?> </a>
220220
<ul><li><?php echo __d('cake_dev', 'Community mailing list'); ?></li></ul></li>
221221
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
222222
<ul><li><?php echo __d('cake_dev', 'Live chat about CakePHP'); ?></li></ul></li>
223-
<li><a href="http://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>
223+
<li><a href="https://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>
224224
<ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>
225-
<li><a href="http://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>
225+
<li><a href="https://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>
226226
<ul><li><?php echo __d('cake_dev', 'CakePHP Tickets, Wiki pages, Roadmap'); ?></li></ul></li>
227227
</ul>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<license>MIT License</license>
134134
<version release="${pear.version}" api="${pear.version}" />
135135
<stability release="${pear.stability}" api="${pear.stability}" />
136-
<notes>http://github.com/cakephp/cakephp/blob/master/README</notes>
136+
<notes>https://github.com/cakephp/cakephp/blob/master/README</notes>
137137
<dependencies>
138138
<php minimum_version="5.2.8" />
139139
<pear minimum_version="1.9.0" recommended_version="1.9.4" />

lib/Cake/Console/Templates/skel/View/Pages/home.ctp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
217217
<ul><li><?php echo __d('cake_dev', 'Everything CakePHP'); ?></li></ul></li>
218218
<li><a href="http://plugins.cakephp.org"><?php echo __d('cake_dev', 'CakePHP plugins repo'); ?> </a>
219219
<ul><li><?php echo __d('cake_dev', 'A comprehensive list of all CakePHP plugins created by the community'); ?></li></ul></li>
220-
<li><a href="http://groups.google.com/group/cake-php"><?php echo __d('cake_dev', 'CakePHP Google Group'); ?> </a>
220+
<li><a href="https://groups.google.com/group/cake-php"><?php echo __d('cake_dev', 'CakePHP Google Group'); ?> </a>
221221
<ul><li><?php echo __d('cake_dev', 'Community mailing list'); ?></li></ul></li>
222222
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
223223
<ul><li><?php echo __d('cake_dev', 'Live chat about CakePHP'); ?></li></ul></li>
224-
<li><a href="http://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>
224+
<li><a href="https://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>
225225
<ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>
226-
<li><a href="http://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>
226+
<li><a href="https://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>
227227
<ul><li><?php echo __d('cake_dev', 'CakePHP Tickets, Wiki pages, Roadmap'); ?></li></ul></li>
228228
</ul>

lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ public function testAjaxRedirectAsRequestActionStillRenderingLayout() {
822822
* array URLs into their correct string ones, and adds base => false so
823823
* the correct URLs are generated.
824824
*
825-
* @link http://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/276
825+
* @link https://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/276
826826
* @return void
827827
*/
828828
public function testBeforeRedirectCallbackWithArrayUrl() {

lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ public function testRadio() {
10921092
* the params.
10931093
*
10941094
* @return void
1095-
* @see http://cakephp.lighthouseapp.com/projects/42648/tickets/68
1095+
* @see https://cakephp.lighthouseapp.com/projects/42648/tickets/68
10961096
*/
10971097
public function testSettingTokenForRequestAction() {
10981098
$this->Controller->Security->startup($this->Controller);
@@ -1109,7 +1109,7 @@ public function testSettingTokenForRequestAction() {
11091109
* test that blackhole doesn't delete the _Token session key so repeat data submissions
11101110
* stay blackholed.
11111111
*
1112-
* @link http://cakephp.lighthouseapp.com/projects/42648/tickets/214
1112+
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/214
11131113
* @return void
11141114
*/
11151115
public function testBlackHoleNotDeletingSessionInformation() {

lib/Cake/Test/Case/Core/AppTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public function testPluginImporting() {
597597
* test that building helper paths actually works.
598598
*
599599
* @return void
600-
* @link http://cakephp.lighthouseapp.com/projects/42648/tickets/410
600+
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/410
601601
*/
602602
public function testImportingHelpersFromAlternatePaths() {
603603
$this->assertFalse(class_exists('BananaHelper', false), 'BananaHelper exists, cannot test importing it.');

lib/Cake/Test/Case/Model/ModelWriteTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4802,7 +4802,7 @@ public function testSaveAllWithSet() {
48024802
/**
48034803
* test that saveAll behaves like plain save() when supplied empty data
48044804
*
4805-
* @link http://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
4805+
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
48064806
* @return void
48074807
*/
48084808
public function testSaveAllEmptyData() {
@@ -6190,7 +6190,7 @@ public function testValidateAssociated() {
61906190
/**
61916191
* test that saveMany behaves like plain save() when suplied empty data
61926192
*
6193-
* @link http://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
6193+
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
61946194
* @return void
61956195
*/
61966196
public function testSaveManyEmptyData() {
@@ -6209,7 +6209,7 @@ public function testSaveManyEmptyData() {
62096209
/**
62106210
* test that saveAssociated behaves like plain save() when supplied empty data
62116211
*
6212-
* @link http://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
6212+
* @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data
62136213
* @return void
62146214
*/
62156215
public function testSaveAssociatedEmptyData() {

lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public function testTestActionWithMultipleRedirect() {
536536
* will always have a fresh reference to those object available
537537
*
538538
* @return void
539-
* @see http://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2705-requesthandler-weird-behavior
539+
* @see https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2705-requesthandler-weird-behavior
540540
*/
541541
public function testComponentsSameRequestAndResponse() {
542542
$this->Case->generate('TestsApps');

0 commit comments

Comments
 (0)