From 01db7de2ca93db8b6a6794adedfcf53a2b1890ad Mon Sep 17 00:00:00 2001 From: Keshava Bharadwaj Date: Wed, 16 Oct 2013 16:15:07 +0530 Subject: [PATCH] Updates OpenStack Style Commandments link The current links in the HACKING file are broken. This references the correct location for contributors to view. Change-Id: I785ae8e01a7e88f7bc3b94c59ea0c35068fede13 --- HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 13018d5e697..d65f7d319c4 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -3,11 +3,11 @@ OpenStack Style Commandments - Step 1: Read http://www.python.org/dev/peps/pep-0008/ - Step 2: Read http://www.python.org/dev/peps/pep-0008/ again -- Step 3: Read https://github.com/openstack-dev/hacking/blob/master/HACKING.rst +- Step 3: Read http://docs.openstack.org/developer/hacking/ The OpenStack Style Commandments live here: - https://github.com/openstack-dev/hacking/blob/master/HACKING.rst + http://docs.openstack.org/developer/hacking/ local-checks ------------