diff options
author | Keshava Bharadwaj <kb.sankethi@gmail.com> | 2013-10-16 16:06:03 +0530 |
---|---|---|
committer | Keshava Bharadwaj <kb.sankethi@gmail.com> | 2013-10-16 22:44:44 +0530 |
commit | 690c0341b40b4f76039b4a8fa4227ead078bd34f (patch) | |
tree | 632acc06d68ebf3eb8ff245cc76b296092a88903 /HACKING.rst | |
parent | 4603a7ab5dec90add7deb1d0dfb3e41eaeab307a (diff) | |
download | heat-690c0341b40b4f76039b4a8fa4227ead078bd34f.tar.gz |
Updates OpenStack Style Commandments link
The current link in the HACKING file is broken. This references the
correct location for contributors to view.
Change-Id: I9edc768bca825534771d79082e7824befa51e1b8
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst index 1871e0b2f..91861b524 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Heat Style Commandments ======================= - Step 1: Read the OpenStack Style Commandments - https://github.com/openstack-dev/hacking/blob/master/HACKING.rst + http://docs.openstack.org/developer/hacking/ - Step 2: Read on Heat Specific Commandments |