From 3c68501356c319ecda80a9eba82f0575e7714eb2 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sat, 26 Sep 2015 18:05:34 +0530 Subject: [PATCH] Replace the devstack.org with devstack docs url Change-Id: I870300b90e1e5f4f382238c209fc5416914d49f0 --- README.md | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee7f0e7809..dd394c2e07 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud. * To provide an environment for the OpenStack CI testing on every commit to the projects -Read more at http://devstack.org. +Read more at http://docs.openstack.org/developer/devstack IMPORTANT: Be sure to carefully read `stack.sh` and any other scripts you execute before you run them, as they install software and will alter your @@ -94,4 +94,4 @@ DevStack can be extensively configured via the configuration file `local.conf`. It is likely that you will need to provide and modify this file if you want anything other than the most basic setup. Start by reading the [configuration guide](doc/source/configuration.rst) for -details of the configuration file and the many available options. \ No newline at end of file +details of the configuration file and the many available options. diff --git a/setup.cfg b/setup.cfg index 58871344aa..e4b2888dcb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.md author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://devstack.org +home-page = http://docs.openstack.org/developer/devstack classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License