From d96ce23cd24f71f7c3e4ecc5569fc02e5aca75de Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Thu, 20 Jul 2017 13:58:20 +0800 Subject: [PATCH] Update documentation URLs Update URLs according to OpenStack document migration BTW: Do some optimization as well (http -> https) Change-Id: Id18a381d6ecf1208e7233d39212dfb8ed02cecd0 --- HACKING.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index de9cfbc..ecccc83 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-freezerclient Style Commandments ======================================= -Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 32b0e36..d6a4fd4 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Python bindings to the OpenStack Backup/Restore API (Freezer) This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API. -Development takes place via the usual OpenStack processes as outlined in the `developer guide `_. The master repository is in `Git `_. +Development takes place via the usual OpenStack processes as outlined in the `developer guide `_. The master repository is in `Git `_. * License: Apache License, Version 2.0