Browse Source

Updated outdated links (#762)

pull/749/merge
Serghei Iakovlev 8 years ago
parent
commit
3e4ef66545
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

128
 ## Components
128
 ## Components
129
 *Standalone components from web development frameworks and development groups.*
129
 *Standalone components from web development frameworks and development groups.*
130
 
130
 
131
-* [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
131
+* [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
132
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
132
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
133
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
133
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
134
 * [Symfony Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony.
134
 * [Symfony Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony.
790
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
790
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
791
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
791
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
792
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
792
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
793
-* [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper/introduction.html) - A variable dumper component (SF).
793
+* [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper.html) - A variable dumper component (SF).
794
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
794
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
795
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
795
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
796
 
796
 
878
 ## Other Websites
878
 ## Other Websites
879
 *Useful websites related to web development.*
879
 *Useful websites related to web development.*
880
 
880
 
881
-* [Atlassian Git Tutorials](https://www.atlassian.com/git/) - A series of Git tutorials.
881
+* [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials.
882
 * [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
882
 * [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
883
 * [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
883
 * [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
884
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
884
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
950
 
950
 
951
 * [Disproving the Single Quotes Myth](http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
951
 * [Disproving the Single Quotes Myth](http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
952
 * [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
952
 * [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
953
-* [How Foreach Works](http://stackoverflow.com/questions/10057671/how-does-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
953
+* [How Foreach Works](http://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
954
 * [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals.
954
 * [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals.
955
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
955
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
956
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.
956
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.

Loading…
Cancel
Save