Skip to content

Commit 57adcef

Browse files
committed
update links
1 parent 8bc5393 commit 57adcef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+183
-183
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; This file is for unifying the coding style for different editors and IDEs.
2-
; More information at http://editorconfig.org
2+
; More information at https://editorconfig.org
33

44
root = true
55

bin/cake.bat

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
::
33
:: Cake is a Windows batch script for invoking CakePHP shell commands
44
::
5-
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6-
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5+
:: CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
6+
:: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
77
::
88
:: Licensed under The MIT License
99
:: Redistributions of files must retain the above copyright notice.
1010
::
11-
:: @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
12-
:: @link http://cakephp.org CakePHP(tm) Project
11+
:: @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
12+
:: @link https://cakephp.org CakePHP(tm) Project
1313
:: @since 2.0.0
14-
:: @license http://www.opensource.org/licenses/mit-license.php MIT License
14+
:: @license https://www.opensource.org/licenses/mit-license.php MIT License
1515
::
1616
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
1717

config/Migrations/20160426182204_create_contacts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CreateContacts extends AbstractMigration
1010
* Write your reversible migrations using this method.
1111
*
1212
* More information on writing migrations is available here:
13-
* http://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
13+
* https://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
1414
*
1515
* The following commands can be used in this method and Phinx will
1616
* automatically reverse them when rolling back:

config/Migrations/20160523091918_add_superadmin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AddSuperadmin extends AbstractMigration
1010
* Write your reversible migrations using this method.
1111
*
1212
* More information on writing migrations is available here:
13-
* http://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
13+
* https://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
1414
*
1515
* The following commands can be used in this method and Phinx will
1616
* automatically reverse them when rolling back:

config/Migrations/20160527123049_showcase_migrations.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ShowcaseMigrations extends AbstractMigration
1010
* Write your reversible migrations using this method.
1111
*
1212
* More information on writing migrations is available here:
13-
* http://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
13+
* https://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
1414
*
1515
* The following commands can be used in this method and Phinx will
1616
* automatically reverse them when rolling back:

config/Migrations/20160527123051_initial_data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class InitialData extends AbstractMigration
1010
* Write your reversible migrations using this method.
1111
*
1212
* More information on writing migrations is available here:
13-
* http://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
13+
* https://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class
1414
*
1515
* The following commands can be used in this method and Phinx will
1616
* automatically reverse them when rolling back:

config/Migrations/20170630052142_AddPrintivoProject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AddPrintivoProject extends AbstractMigration
99
* Change Method.
1010
*
1111
* More information on this method is available here:
12-
* http://docs.phinx.org/en/latest/migrations.html#the-change-method
12+
* https://docs.phinx.org/en/latest/migrations.html#the-change-method
1313
* @return void
1414
*/
1515
public function change()

config/bootstrap.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 0.10.8
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515

1616
/**

config/bootstrap_cli.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 3.0.0
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
use Cake\Core\Configure;
1616
use Cake\Core\Exception\MissingPluginException;

config/paths.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since 3.0.0
12-
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
12+
* @license MIT License (https://www.opensource.org/licenses/mit-license.php)
1313
*/
1414

1515
/**

config/permissions.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/**
3-
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
3+
* Copyright 2010 - 2015, Cake Development Corporation (https://cakedc.com)
44
*
55
* Licensed under The MIT License
66
* Redistributions of files must retain the above copyright notice.
77
*
8-
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
9-
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
8+
* @copyright Copyright 2010 - 2015, Cake Development Corporation (https://cakedc.com)
9+
* @license MIT License (https://www.opensource.org/licenses/mit-license.php)
1010
*/
1111

1212
/*

config/routes.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
* Routes are very important mechanism that allows you to freely connect
77
* different URLs to chosen controllers and their actions (functions).
88
*
9-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
10-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
10+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
1111
*
1212
* Licensed under The MIT License
1313
* For full copyright and license information, please see the LICENSE.txt
1414
* Redistributions of files must retain the above copyright notice.
1515
*
16-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
17-
* @link http://cakephp.org CakePHP(tm) Project
18-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
16+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
17+
* @link https://cakephp.org CakePHP(tm) Project
18+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1919
*/
2020

2121
use Cake\Core\Plugin;
@@ -76,8 +76,8 @@
7676
$routes->connect('/business-solutions', ['controller' => 'Pages', 'action' => 'display', 'business-solutions']);
7777
$routes->connect('/roadtrip', ['controller' => 'Pages', 'action' => 'display', 'road_trip']);
7878

79-
$routes->redirect('/pages/documentation', 'http://book.cakephp.org/4');
80-
$routes->redirect('/documentation', 'http://book.cakephp.org/4');
79+
$routes->redirect('/pages/documentation', 'https://book.cakephp.org/4');
80+
$routes->redirect('/documentation', 'https://book.cakephp.org/4');
8181
$routes->connect('/changelogs', ['controller' => 'Changelogs', 'action' => 'index']);
8282
$routes->connect('/changelogs/*', ['controller' => 'Changelogs', 'action' => 'view']);
8383
$routes->redirect('/development', ['controller' => 'Pages', 'action' => 'display', 'business-solutions']);

config/schema/i18n.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
1+
# Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
22
#
33
# Licensed under The MIT License
44
# For full copyright and license information, please see the LICENSE.txt
55
# Redistributions of files must retain the above copyright notice.
6-
# MIT License (http://www.opensource.org/licenses/mit-license.php)
6+
# MIT License (https://www.opensource.org/licenses/mit-license.php)
77

88
CREATE TABLE i18n (
99
id int NOT NULL auto_increment,

config/schema/sessions.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
1+
# Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
22
#
33
# Licensed under The MIT License
44
# For full copyright and license information, please see the LICENSE.txt
55
# Redistributions of files must retain the above copyright notice.
6-
# MIT License (http://www.opensource.org/licenses/mit-license.php)
6+
# MIT License (https://www.opensource.org/licenses/mit-license.php)
77

88
CREATE TABLE sessions (
99
id varchar(40) NOT NULL default '',

config/users.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
4+
* Copyright 2010 - 2015, Cake Development Corporation (https://cakedc.com)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright 2010 - 2015, Cake Development Corporation (http://cakedc.com)
10-
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
9+
* @copyright Copyright 2010 - 2015, Cake Development Corporation (https://cakedc.com)
10+
* @license MIT License (https://www.opensource.org/licenses/mit-license.php)
1111
*/
1212
use Cake\Core\Configure;
1313
use Cake\Routing\Router;

index.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 0.10.0
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515

1616
require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';

src/Console/Installer.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 3.0.0
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
namespace App\Console;
1616

src/Controller/AppController.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 0.2.9
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
namespace App\Controller;
1616

@@ -25,7 +25,7 @@
2525
* Add your application-wide methods in the class below, your controllers
2626
* will inherit them.
2727
*
28-
* @link http://book.cakephp.org/3.0/en/controllers.html#the-app-controller
28+
* @link https://book.cakephp.org/3.0/en/controllers.html#the-app-controller
2929
*/
3030
class AppController extends Controller
3131
{

src/Controller/PagesController.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 0.2.9
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
namespace App\Controller;
1616

@@ -24,7 +24,7 @@
2424
*
2525
* This controller will render views from Template/Pages/
2626
*
27-
* @link http://book.cakephp.org/3.0/en/controllers/pages-controller.html
27+
* @link https://book.cakephp.org/3.0/en/controllers/pages-controller.html
2828
*/
2929
class PagesController extends AppController
3030
{

src/Locale/pt_BR/default.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ msgid ""
13181318
"that the visual identity of the framework is never misrepresented or abused."
13191319
msgstr ""
13201320
"O uso do logo e da marca CakePHP devem seguir as instruções disponíveis a "
1321-
"partir do guia de utilização: http://cakephp.org/logos . Seguir essas normas "
1321+
"partir do guia de utilização: https://cakephp.org/logos . Seguir essas normas "
13221322
"garante que a identidade visual da estrutura nunca será deturpada ou abusada."
13231323

13241324
#: Template/Element/get-involved/community-guidelines.ctp:16
@@ -1349,7 +1349,7 @@ msgstr ""
13491349
"Ao fazer uma referência ao CakePHP em um contexto de marketing ou "
13501350
"promocional, ajude se o nome estiver destacado ou interativo. Considere o uso "
13511351
"das tags HTML &lt;strong&gt; ou &lt;b&gt; , formatação em negrito para "
1352-
"documentos, ou tornar o nome um link para http://cakephp.org . Não use o nome "
1352+
"documentos, ou tornar o nome um link para https://cakephp.org . Não use o nome "
13531353
"em excesso em qualquer corpo de texto. Para igualar o uso tente usar outras "
13541354
"referências, como \"o framework\" ou \"o projeto\"."
13551355

src/Shell/ConsoleShell.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* For full copyright and license information, please see the LICENSE.txt
88
* Redistributions of files must retain the above copyright notice.
99
*
10-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11-
* @link http://cakephp.org CakePHP(tm) Project
10+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
11+
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 3.0.0
13-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1414
*/
1515
namespace App\Shell;
1616

src/Template/Changelogs/index.ctp

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p>
3030
<?= __(
3131
'CakePHP\'s code repositories are hosted at {0}.',
32-
'<a href="http://github.com/cakephp/cakephp">github.com</a>'
32+
'<a href="https://github.com/cakephp/cakephp">github.com</a>'
3333
) ?>
3434
</p>
3535

@@ -79,7 +79,7 @@
7979
__('Contributing to CakePHP is easy.'),
8080
__(
8181
'Checkout the {0} for how you can get started contributing to CakePHP.',
82-
'<a href="http://book.cakephp.org/4/en/contributing/code.html">' . __('guide on contributing') . '</a>'
82+
'<a href="https://book.cakephp.org/4/en/contributing/code.html">' . __('guide on contributing') . '</a>'
8383
)
8484
)) ?>
8585
</p>

0 commit comments

Comments
 (0)