From db908bd76ee9c86987c86091bc08a042300ccc08 Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Fri, 31 Mar 2017 01:49:38 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3450174..2a2a46c 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ Contributions to Gixy are always welcome! You can help us in different ways: * Improve the documentation. Code guidelines: - * Python code style should follow [PEP8 standards][pep8] standards whenever possible; + * Python code style should follow [pep8](https://www.python.org/dev/peps/pep-0008/) standards whenever possible; * Pull requests with new plugins must contain unit tests for it.