diff --git a/composer.json b/composer.json index 70a09ca..6a03654 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ { "name": "Mike Cao", "email": "mike@mikecao.com", - "homepage": "http://www.mikecao.com/", + "homepage": "https://mikecao.com", "role": "Original Developer" }, { diff --git a/flight/template/View.php b/flight/template/View.php index f995d36..e14b0f4 100644 --- a/flight/template/View.php +++ b/flight/template/View.php @@ -9,8 +9,8 @@ namespace flight\template; * methods for managing view data and inserts the data into * view templates upon rendering. * - * @license MIT, http://flightphp.com/license - * @copyright Copyright (c) 2011, Mike Cao + * @license MIT, https://docs.flightphp.com/license + * @copyright 2011 [Mike Cao](https://mikecao.com) */ class View {