Use language independent permalinks for php.net urls

@see http://php.net/urlhowto.php
This commit is contained in:
jrfnl
2014-12-08 08:10:17 +01:00
parent 1501e448ce
commit 1852c53aa5
25 changed files with 87 additions and 87 deletions

View File

@@ -67,8 +67,8 @@ Exception which is vague, or creating a custom Exception just for that, you coul
* [Nesting Exceptions In PHP][nesting-exceptions-in-php]
* [Exception Best Practices in PHP 5.3][exception-best-practices53]
[exceptions]: http://php.net/manual/en/language.exceptions.php
[splexe]: http://php.net/manual/en/spl.exceptions.php
[exceptions]: http://php.net/language.exceptions
[splexe]: http://php.net/spl.exceptions
[splext]: /#standard_php_library
[exception-best-practices53]: http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3
[nesting-exceptions-in-php]: http://www.brandonsavage.net/exceptional-php-nesting-exceptions-in-php/