Update links to HTTPS in namespaces and SPL sections

This commit is contained in:
Josh Lockhart
2018-06-19 13:11:36 -04:00
parent e0a9956160
commit 172a25f913
2 changed files with 5 additions and 5 deletions

View File

@@ -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/

View File

@@ -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