Sfoglia il codice sorgente

Fix issues with redirects (#821)

Mostly, http -> https
pull/824/merge
Johnny L 8 anni fa
parent
commit
a55ba604ec
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4
    4
      README.md

+ 4
- 4
README.md Vedi File

@@ -270,7 +270,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
270 270
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
271 271
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
272 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 274
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
275 275
 
276 276
 ## Imagery
@@ -324,7 +324,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
324 324
 * [PHPCI](https://www.phptesting.org/) - An open source continuous integration platform for PHP.
325 325
 * [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
326 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 328
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
329 329
 * [Wercker](http://www.wercker.com/) - A continuous integration platform
330 330
 
@@ -696,7 +696,7 @@ Libraries to help manage database schemas and migrations.
696 696
 *Libraries for caching data.*
697 697
 
698 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 700
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
701 701
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
702 702
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
@@ -969,7 +969,7 @@ Various resources, such as books, websites and articles, for improving your PHP
969 969
 
970 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 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 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 974
 * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
975 975
 * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.

Loading…
Annulla
Salva