README.Coding: Fix link to Python coding style guide (PEP 8)
authorBjörn Baumbach <bb@sernet.de>
Wed, 27 Jun 2018 12:20:40 +0000 (14:20 +0200)
committerBjörn Baumbach <bbaumbach@samba.org>
Thu, 28 Jun 2018 13:04:44 +0000 (15:04 +0200)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: David Mulder <dmulder@suse.com>
Autobuild-User(master): Björn Baumbach <bbaumbach@samba.org>
Autobuild-Date(master): Thu Jun 28 15:04:44 CEST 2018 on sn-devel-144

README.Coding

index 3d4c5a59e5d191bbe545ec116b938dee5710b257..ffba857a8f921c854d3ab547dfaa5c1aec71097f 100644 (file)
@@ -22,8 +22,8 @@ what most Samba developers use already anyways, with a few exceptions as
 mentioned below.
 
 The coding style for Python code is documented in PEP8,
-http://www.python.org/pep/pep8. New Python code should be compatible with
-Python 2.6, 2.7, and Python 3.4 onwards. This means using Python 3 syntax
+https://www.python.org/dev/peps/pep-0008/. New Python code should be compatible
+with Python 2.6, 2.7, and Python 3.4 onwards. This means using Python 3 syntax
 with the appropriate 'from __future__' imports.
 
 But to save you the trouble of reading the Linux kernel style guide, here