1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Update README link of Python Logbook

The old URL is no longer in use, serving "Logbook's documentation is maintained elsewhere." and a redirect.
This commit is contained in:
Jos Ahrens
2018-12-13 09:52:31 +01:00
committed by Jos Ahrens
parent 68f536105f
commit fb48686ccc

View File

@@ -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.