From 556245051180f263b40c050c1b56fdc7b463aa96 Mon Sep 17 00:00:00 2001 From: xnuinside Date: Wed, 4 Mar 2020 05:12:41 +0300 Subject: [PATCH] fix url to profig documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f883793..d349d933 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [configobj](https://github.com/DiffSK/configobj) - INI file parser with validation. * [configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser. -* [profig](https://profig.readthedocs.io/en/default/) - Config from multiple formats with value conversion. +* [profig](https://profig.readthedocs.io/en/latest/) - Config from multiple formats with value conversion. * [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code. ## Cryptography