浏览代码

Merge pull request #768 from ReadmeCritic/master

Update README URLs based on HTTP redirects
pull/722/merge
Jamie York 8 年前
父节点
当前提交
82797f43f4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      README.md

+ 3
- 3
README.md 查看文件

225
 * [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
225
 * [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
226
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
226
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
227
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
227
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
228
-* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](https://postmarkapp.com), [MailGun](http://www.mailgun.com) and [Mandrill](http://www.mandrill.com).
228
+* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](http://www.mandrill.com).
229
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
229
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
230
 
230
 
231
 ## Files
231
 ## Files
800
 *Tools to help install and manage PHP on your computer.*
800
 *Tools to help install and manage PHP on your computer.*
801
 
801
 
802
 * [HomeBrew PHP](https://github.com/Homebrew/homebrew-php) - A PHP tap for HomeBrew.
802
 * [HomeBrew PHP](https://github.com/Homebrew/homebrew-php) - A PHP tap for HomeBrew.
803
-* [HomeBrew](http://brew.sh/) - A package manager for OSX.
803
+* [HomeBrew](https://brew.sh/) - A package manager for OSX.
804
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
804
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
805
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
805
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
806
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
806
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
887
 ## PHP Books
887
 ## PHP Books
888
 *Fantastic PHP-related books.*
888
 *Fantastic PHP-related books.*
889
 
889
 
890
-* [Functional Programming in PHP](http://www.functionalphp.com) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
890
+* [Functional Programming in PHP](https://www.functionalphp.com/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
891
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
891
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
892
 * [Mastering Object-Orientated PHP](http://www.brandonsavage.net) - A book about object-orientated PHP by Brandon Savage.
892
 * [Mastering Object-Orientated PHP](http://www.brandonsavage.net) - A book about object-orientated PHP by Brandon Savage.
893
 * [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
893
 * [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.

正在加载...
取消
保存