From afbb085a1010e1a064ff2d819336dfce40210892 Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Fri, 1 Jul 2016 15:08:43 +0530 Subject: [PATCH] Fix broken link in HACKING.rst This patch fixes the broken link to 'testing' in HACKING.rst. Change-Id: I9ecab0223885d1bd91fedd186d125618d785d2d8 --- HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 3e46834bded..dd79c55513f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -57,5 +57,5 @@ Cinder is transitioning to use mock, rather than mox, and so new tests should use mock only. For more information on creating unit tests and utilizing the testing -infrastructure in OpenStack Cinder, please read the Cinder testing -`README.rst `_. +infrastructure in OpenStack Cinder, please see +http://docs.openstack.org/developer/cinder/devref/testing.html