From cc859fdde620d93ccfb3c4df273ab0409c0aac57 Mon Sep 17 00:00:00 2001 From: dongdongpei Date: Sat, 26 Aug 2017 06:51:26 -0700 Subject: [PATCH] Update the documentation link Change-Id: I9ba09cb59ad6710edeeff21294b16f64ee1d4c38 --- HACKING.rst | 2 +- cinder/tests/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index ddf35049e3a..10edae00b1e 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -53,4 +53,4 @@ use mock only. For more information on creating unit tests and utilizing the testing infrastructure in OpenStack Cinder, please see -https://docs.openstack.org/developer/cinder/devref/testing.html +https://docs.openstack.org/cinder/latest/contributor/testing.html diff --git a/cinder/tests/README.rst b/cinder/tests/README.rst index afdc5d2fd2f..1f03f2639d5 100644 --- a/cinder/tests/README.rst +++ b/cinder/tests/README.rst @@ -5,4 +5,4 @@ Cinder has a number of different test types, PLEASE be sure to refer to the Cinder Testing Docs to familiarize yourself with the various options before creating any new tests. -Please check `Cinder-Testing `_. +Please check `Cinder-Testing `_.