diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index 49ae581f6..f034e3726 100644 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -28,7 +28,7 @@ App::uses('Controller', 'Controller'); * will inherit them. * * @package app.Controller - * @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller + * @link https://book.cakephp.org/2.0/en/controllers.html#the-app-controller */ class AppController extends Controller { } diff --git a/app/Controller/PagesController.php b/app/Controller/PagesController.php index 4db16eae4..feb96bdf3 100644 --- a/app/Controller/PagesController.php +++ b/app/Controller/PagesController.php @@ -26,7 +26,7 @@ App::uses('AppController', 'Controller'); * Override this controller by placing a copy in controllers directory of an application * * @package app.Controller - * @link http://book.cakephp.org/2.0/en/controllers/pages-controller.html + * @link https://book.cakephp.org/2.0/en/controllers/pages-controller.html */ class PagesController extends AppController { diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index 1364c35cd..cd976169c 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -23,8 +23,8 @@ endif;

- 1) Help me configure it - 2) I don't / can't use URL rewriting + 1) Help me configure it + 2) I don't / can't use URL rewriting

@@ -159,7 +159,7 @@ You can also add some CSS styles for your pages at: %s.', Html->link( sprintf('%s %s', __d('cake_dev', 'New'), __d('cake_dev', 'CakePHP 2.0 Docs')), - 'http://book.cakephp.org/2.0/en/', + 'https://book.cakephp.org/2.0/en/', array('target' => '_blank', 'escape' => false) ); ?> @@ -168,7 +168,7 @@ You can also add some CSS styles for your pages at: %s.', Html->link( __d('cake_dev', 'The 15 min Blog Tutorial'), - 'http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html', + 'https://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html', array('target' => '_blank', 'escape' => false) ); ?> @@ -199,7 +199,7 @@ You can also add some CSS styles for your pages at: %s.',