From 3c4f9835408d039e0147c5b0678af41ccbffdbd5 Mon Sep 17 00:00:00 2001 From: Sergey Kulukov Date: Thu, 30 Sep 2021 19:52:12 +1000 Subject: [PATCH] 1.8.5 #### Changelog: * Fix: build docker build. * Fix: ansible with latest pip does not work on LANG=C. * Fix: jsmin==3.0.0 --- polemarch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polemarch/__init__.py b/polemarch/__init__.py index 2aba8b30..23523f3e 100644 --- a/polemarch/__init__.py +++ b/polemarch/__init__.py @@ -1,7 +1,7 @@ """ ### Polemarch is ansible based service for orchestration infrastructure. -* [Documentation](https://polemarch.readthedocs.io/) +* [Documentation](http://polemarch.readthedocs.io/) * [Issue Tracker](https://gitlab.com/vstconsulting/polemarch/issues) * [Source Code](https://gitlab.com/vstconsulting/polemarch)