Browse code

Replace the devstack.org with devstack docs url

Change-Id: I870300b90e1e5f4f382238c209fc5416914d49f0

venkatamahesh authored on 2015/09/26 21:35:34
Showing 2 changed files
... ...
@@ -13,7 +13,7 @@ DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud.
13 13
 * To provide an environment for the OpenStack CI testing on every commit
14 14
   to the projects
15 15
 
16
-Read more at http://devstack.org.
16
+Read more at http://docs.openstack.org/developer/devstack
17 17
 
18 18
 IMPORTANT: Be sure to carefully read `stack.sh` and any other scripts you
19 19
 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
94 94
 `local.conf`.  It is likely that you will need to provide and modify
95 95
 this file if you want anything other than the most basic setup.  Start
96 96
 by reading the [configuration guide](doc/source/configuration.rst) for
97
-details of the configuration file and the many available options.
98 97
\ No newline at end of file
98
+details of the configuration file and the many available options.
... ...
@@ -5,7 +5,7 @@ description-file =
5 5
     README.md
6 6
 author = OpenStack
7 7
 author-email = openstack-dev@lists.openstack.org
8
-home-page = http://devstack.org
8
+home-page = http://docs.openstack.org/developer/devstack
9 9
 classifier =
10 10
     Intended Audience :: Developers
11 11
     License :: OSI Approved :: Apache Software License