From d1930c1c0eff1d24f7f29afa9e50fccced9ce6c9 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Fri, 11 Apr 2025 18:48:27 +0300 Subject: [PATCH] Fix dead links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac7c2469..9a50d7e4 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries related to design patterns, programming approaches and ways to organize code.* * [Design Patterns PHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP ) - A repository of software patterns implemented in PHP. -* [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine. +* [Finite](https://github.com/yohang/Finite) - A simple PHP finite state machine. * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library. * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators. * [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python). @@ -513,7 +513,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Date and Time *Libraries for working with dates and times.* -* [CalendR](https://yohan.giarel.li/CalendR/) - A calendar management library. +* [CalendR](https://github.com/yohang/CalendR) - A calendar management library. * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension. * [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time. * [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.