浏览代码

Fix issues with redirects (#821)

Mostly, http -> https
pull/824/merge
Johnny L 8 年前
父节点
当前提交
a55ba604ec
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.md

+ 4
- 4
README.md 查看文件

270
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
270
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
271
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
271
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
272
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
272
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
273
-* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
273
+* [Pimple](https://pimple.sensiolabs.org/) - A tiny dependency injection container.
274
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
274
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
275
 
275
 
276
 ## Imagery
276
 ## Imagery
324
 * [PHPCI](https://www.phptesting.org/) - An open source continuous integration platform for PHP.
324
 * [PHPCI](https://www.phptesting.org/) - An open source continuous integration platform for PHP.
325
 * [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
325
 * [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
326
 * [Shippable](https://app.shippable.com/) - A docker based continious integration platform for open source and private projects.
326
 * [Shippable](https://app.shippable.com/) - A docker based continious integration platform for open source and private projects.
327
-* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
327
+* [Sismo](https://sismo.sensiolabs.org/) - A continuous testing server library.
328
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
328
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
329
 * [Wercker](http://www.wercker.com/) - A continuous integration platform
329
 * [Wercker](http://www.wercker.com/) - A continuous integration platform
330
 
330
 
696
 *Libraries for caching data.*
696
 *Libraries for caching data.*
697
 
697
 
698
 * [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
698
 * [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
699
-* [APIx Cache](https://github.com/frqnck/apix-cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
699
+* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
700
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
700
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
701
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
701
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
702
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
702
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
969
 
969
 
970
 * [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.
970
 * [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.
971
 * [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.
971
 * [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.
972
-* [How Foreach Works](http://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
972
+* [How Foreach Works](https://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
973
 * [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.
973
 * [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.
974
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
974
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
975
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.
975
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.

正在加载...
取消
保存