Fix top level files to use new git repo, url and MLs Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d13b15d4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d13b15d4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d13b15d4 Branch: refs/heads/scaleupvm Commit: d13b15d4a235023e325e6c3bdfee95d3af0fadd0 Parents: ccba1c7 Author: Rohit Yadav <[email protected]> Authored: Tue Mar 26 11:26:24 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Tue Mar 26 11:26:24 2013 +0530 ---------------------------------------------------------------------- CHANGES | 2 +- INSTALL.md | 4 ++-- README.md | 10 ++++++---- README.tools.md | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d13b15d4/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a745a46..a1edfda 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Apache CloudStack (Incubating) CHANGES ====================================== -Full release notes for each release are located in the project's documentation website: http://incubator.apache.org/cloudstack/docs +Full release notes for each release are located in the project's documentation website: http://cloudstack.apache.org/docs Version 4.0.0-incubating ------------------------ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d13b15d4/INSTALL.md ---------------------------------------------------------------------- diff --git a/INSTALL.md b/INSTALL.md index a2137fd..4f93900 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,7 +1,7 @@ This document describes how to develop, build, package and install Apache CloudStack (Incubating). For more information please refer to the project's website: - http://incubator.apache.org/cloudstack + http://cloudstack.apache.org Apache CloudStack developers use various platforms for development, this guide was tested against a CentOS 6.2 x86_64 setup. @@ -77,7 +77,7 @@ Start the MySQL service: You may get the source code from the repository hosted on Apache: - $ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git + $ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git Or, you may fork a repository from the official Apache CloudStack mirror by Apache on [Github](https://github.com/apache/incubator-cloudstack) http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d13b15d4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7b4d973..7fb9b57 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,14 @@ Apache CloudStack offers three methods for managing cloud computing environments: an easy to use Web interface, command line tools, and a full-featured RESTful API. -Visit us at [cloudstack.org](http://incubator.apache.org/cloudstack). +Visit us at [Apache CloudStack](http://cloudstack.apache.org). ## Mailing lists -[Development Mailing List](mailto:[email protected]) -[Users Mailing list](mailto:[email protected]) -[Commits mailing list](mailto:[email protected]) +[Development Mailing List](mailto:[email protected]) +[Users Mailing List](mailto:[email protected]) +[Commits Mailing List](mailto:[email protected]) +[Issues Mailing List](mailto:[email protected]) +[Marketing Mailing List](mailto:[email protected]) # License http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d13b15d4/README.tools.md ---------------------------------------------------------------------- diff --git a/README.tools.md b/README.tools.md index f743c89..069c342 100644 --- a/README.tools.md +++ b/README.tools.md @@ -61,7 +61,7 @@ Once installed per the Vagrant installation process, run: $ vagrant box add devcloud [path to devcloud.box] Then, either go into the devcloudbox folder of your checked out version of the -CloudStack code (incubator-cloudstack/tools/devcloud/devcloudbox), or copy the +CloudStack code (cloudstack/tools/devcloud/devcloudbox), or copy the contents of that folder to another location. Assuming the patched Vagrant installation is working, you then
