From d979efd5bb2f0f428e4ef1bad7f9844e37d48fd3 Mon Sep 17 00:00:00 2001 From: Xymph Date: Sat, 27 Aug 2022 12:29:23 +0200 Subject: [PATCH] Replace dead sites by GH repos --- _posts/11-02-01-Test-Driven-Development.md | 2 +- _posts/14-02-01-Opcode-Cache.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/11-02-01-Test-Driven-Development.md b/_posts/11-02-01-Test-Driven-Development.md index b4715ce..c95df56 100644 --- a/_posts/11-02-01-Test-Driven-Development.md +++ b/_posts/11-02-01-Test-Driven-Development.md @@ -38,7 +38,7 @@ are several alternatives: * [atoum](https://github.com/atoum/atoum) * [Kahlan](https://github.com/crysalead/kahlan) * [Peridot](https://peridot-php.github.io/) -* [SimpleTest](http://simpletest.org) +* [SimpleTest](https://github.com/simpletest/simpletest) ### Integration Testing diff --git a/_posts/14-02-01-Opcode-Cache.md b/_posts/14-02-01-Opcode-Cache.md index 3a0fcc4..5c0d740 100644 --- a/_posts/14-02-01-Opcode-Cache.md +++ b/_posts/14-02-01-Opcode-Cache.md @@ -24,7 +24,7 @@ Read more about opcode caches: [opcache-book]: https://secure.php.net/book.opcache [APC]: https://www.php.net/book.apcu -[XCache]: https://xcache.lighttpd.net/ +[XCache]: https://github.com/lighttpd/xcache [Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus [WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension [PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators