Browse Source

Fixing issues (#830)

pull/831/head
Kuba Werłos 8 years ago
parent
commit
65bcab51c8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

597
 * [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
597
 * [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
598
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
598
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
599
 * [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
599
 * [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
600
-* [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
600
+* [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
601
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
601
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
602
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
602
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
603
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
603
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
892
 * [PHP Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
892
 * [PHP Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
893
 * [PHPTrends](https://phptrends.com/) - An overview of fastest growing PHP libraries.
893
 * [PHPTrends](https://phptrends.com/) - An overview of fastest growing PHP libraries.
894
 * [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations.
894
 * [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations.
895
-* [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
895
+* [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
896
 
896
 
897
 ## Other Websites
897
 ## Other Websites
898
 *Useful websites related to web development.*
898
 *Useful websites related to web development.*

Loading…
Cancel
Save