浏览代码

Fix tests by directly adding permanent redirects (#797)

pull/801/head
Niklas Keller 8 年前
父节点
当前提交
3da27b662f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

238
 * [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
238
 * [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
239
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
239
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
240
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
240
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
241
-* [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).
241
+* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](http://www.mandrill.com).
242
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
242
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
243
 
243
 
244
 ## Files
244
 ## Files
264
 *Libraries that implement the dependency injection design pattern.*
264
 *Libraries that implement the dependency injection design pattern.*
265
 
265
 
266
 * [Aura.Di](https://github.com/auraphp/Aura.Di) - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
266
 * [Aura.Di](https://github.com/auraphp/Aura.Di) - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
267
-* [Acclimate](https://github.com/jeremeamia/acclimate-container) - A common interface to dependency injection containers and service locators.
267
+* [Acclimate](https://github.com/AcclimateContainer/acclimate-container) - A common interface to dependency injection containers and service locators.
268
 * [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
268
 * [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
269
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
269
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
270
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
270
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.

正在加载...
取消
保存