From e3a1dace2e218961112443a60ba8ebbe10cb149a Mon Sep 17 00:00:00 2001 From: Glyph Date: Sat, 11 Jun 2022 21:19:38 -0700 Subject: [PATCH] Fixes #102 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c82b15..488a6c4 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ values initialized, because they have to be called in the order you declare them. You can read about state machines and their advantages for Python programmers -in considerably more detail -[in this excellent series of articles from ClusterHQ](https://clusterhq.com/blog/what-is-a-state-machine/). +in more detail [in this excellent article by Jean-Paul +Calderone](https://web.archive.org/web/20160507053658/https://clusterhq.com/2013/12/05/what-is-a-state-machine/). ### What makes Automat different? ###