From fb48686cccdc2f1c114ec1d55eb9e7d2a37d3831 Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Thu, 13 Dec 2018 09:52:31 +0100 Subject: [PATCH] Update README link of Python Logbook The old URL is no longer in use, serving "Logbook's documentation is maintained elsewhere." and a redirect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7569446..a578eb22 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,5 @@ Monolog is licensed under the MIT License - see the `LICENSE` file for details ### Acknowledgements -This library is heavily inspired by Python's [Logbook](http://packages.python.org/Logbook/) +This library is heavily inspired by Python's [Logbook](https://logbook.readthedocs.io/en/stable/) library, although most concepts have been adjusted to fit to the PHP world.