mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 07:26:29 +02:00
Update links to HTTPS in namespaces and SPL sections
This commit is contained in:
@@ -28,6 +28,6 @@ If you're going to use an autoloader standard for a new application or package,
|
|||||||
* [Read about PSR-4][psr4]
|
* [Read about PSR-4][psr4]
|
||||||
|
|
||||||
|
|
||||||
[namespaces]: http://php.net/language.namespaces
|
[namespaces]: https://secure.php.net/language.namespaces
|
||||||
[psr0]: http://www.php-fig.org/psr/psr-0/
|
[psr0]: https://www.php-fig.org/psr/psr-0/
|
||||||
[psr4]: http://www.php-fig.org/psr/psr-4/
|
[psr4]: https://www.php-fig.org/psr/psr-4/
|
||||||
|
@@ -14,5 +14,5 @@ over these datastructures or your own classes which implement SPL interfaces.
|
|||||||
* [SPL video course on Lynda.com(Paid)][spllynda]
|
* [SPL video course on Lynda.com(Paid)][spllynda]
|
||||||
|
|
||||||
|
|
||||||
[spl]: http://php.net/book.spl
|
[spl]: https://secure.php.net/book.spl
|
||||||
[spllynda]: http://www.lynda.com/PHP-tutorials/Up-Running-Standard-PHP-Library/175038-2.html
|
[spllynda]: https://www.lynda.com/PHP-tutorials/Up-Running-Standard-PHP-Library/175038-2.html
|
||||||
|
Reference in New Issue
Block a user