浏览代码

Fix links.

pull/1085/head
Jamie 5 年前
父节点
当前提交
201933b4ad
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      README.md

+ 6
- 6
README.md 查看文件

322
 *Libraries and applications for continuous integration.*
322
 *Libraries and applications for continuous integration.*
323
 
323
 
324
 * [CircleCI](https://circleci.com) - A continuous integration platform.
324
 * [CircleCI](https://circleci.com) - A continuous integration platform.
325
-* [GitlabCi](https://about.gitlab.com/product/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
325
+* [GitlabCi](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
326
 * [Jenkins](https://jenkins.io/index.html) - A continuous integration platform with [PHP support](http://jenkins-php.org/index.html).
326
 * [Jenkins](https://jenkins.io/index.html) - A continuous integration platform with [PHP support](http://jenkins-php.org/index.html).
327
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
327
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
328
 * [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
328
 * [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
355
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
355
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
356
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
356
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
357
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
357
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
358
-* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
358
+* [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.
359
 
359
 
360
 ### Passwords
360
 ### Passwords
361
 *Libraries and tools for working with and storing passwords.*
361
 *Libraries and tools for working with and storing passwords.*
683
 ### Caching
683
 ### Caching
684
 *Libraries for caching data.*
684
 *Libraries for caching data.*
685
 
685
 
686
-* [Alternative PHP Cache (APC)](https://secure.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
686
+* [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
687
 * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
687
 * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
688
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
688
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
689
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
689
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
816
 *Software and tools for creating a sandboxed development environment.*
816
 *Software and tools for creating a sandboxed development environment.*
817
 
817
 
818
 * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
818
 * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
819
-* [Phansible](http://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
819
+* [Phansible](https://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
820
 * [Protobox](https://www.getprotobox.com/) - Another web tool for building PHP development virtual machines.
820
 * [Protobox](https://www.getprotobox.com/) - Another web tool for building PHP development virtual machines.
821
 * [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
821
 * [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
822
 * [Puppet](https://puppet.com/) - A server automation framework and application.
822
 * [Puppet](https://puppet.com/) - A server automation framework and application.
887
 * [Learning Linux](https://linuxjourney.com/) - A website for learning Linux.
887
 * [Learning Linux](https://linuxjourney.com/) - A website for learning Linux.
888
 * [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning.
888
 * [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning.
889
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
889
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
890
-* [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
890
+* [The Open Web Application Security Project (OWASP)](https://owasp.org/) - An open software security community.
891
 
891
 
892
 ### PHP Books
892
 ### PHP Books
893
 *Fantastic PHP-related books.*
893
 *Fantastic PHP-related books.*
967
 * [When Does Foreach Copy?](https://nikic.github.io/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
967
 * [When Does Foreach Copy?](https://nikic.github.io/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
968
 * [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
968
 * [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
969
 * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
969
 * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
970
-* Collecting Garbage: [1](https://secure.php.net/manual/en/features.gc.refcounting-basics.php) [2](https://secure.php.net/manual/en/features.gc.collecting-cycles.php) [3](https://secure.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
970
+* Collecting Garbage: [1](https://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](https://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](https://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
971
 * PHP Source Code for Developers: [1](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](https://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](https://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
971
 * PHP Source Code for Developers: [1](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](https://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](https://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
972
 
972
 
973
 ### PHP Magazines
973
 ### PHP Magazines

正在加载...
取消
保存