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]
[namespaces]: http://php.net/language.namespaces
[psr0]: http://www.php-fig.org/psr/psr-0/
[psr4]: http://www.php-fig.org/psr/psr-4/
[namespaces]: https://secure.php.net/language.namespaces
[psr0]: https://www.php-fig.org/psr/psr-0/
[psr4]: https://www.php-fig.org/psr/psr-4/