From e50e44670e5f4d34e19c40cc2f0ae56e34472e01 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Tue, 28 Jul 2026 10:34:38 +0200 Subject: [PATCH] Remove deadlinks --- data/articles.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/data/articles.php b/data/articles.php index f2101211..20bb1922 100644 --- a/data/articles.php +++ b/data/articles.php @@ -1,11 +1,6 @@ 'Sergey Zhuk', - 'description' => 'A series of articles covering ReactPHP: from the basics to the real application examples.', - 'link' => 'http://sergeyzhuk.me/reactphp-series', - ], [ 'title' => 'Cees-Jan Kiewiet', 'description' => 'Blog series about several ReactPHP components and how they work.', @@ -16,9 +11,4 @@ 'description' => 'Super Speed Symfony - ReactPHP.', 'link' => 'https://gnugat.github.io/2016/04/13/super-speed-sf-react-php.html', ], - [ - 'title' => 'Marc J. Schmidt', - 'description' => 'Bring High Performance Into Your PHP App (with ReactPHP).', - 'link' => 'http://marcjschmidt.de/blog/2014/02/08/php-high-performance.html', - ], ];