Skip to content

Commit d13b15d

Browse files
committed
Fix top level files to use new git repo, url and MLs
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent ccba1c7 commit d13b15d

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Apache CloudStack (Incubating) CHANGES
22
======================================
33

4-
Full release notes for each release are located in the project's documentation website: http://incubator.apache.org/cloudstack/docs
4+
Full release notes for each release are located in the project's documentation website: http://cloudstack.apache.org/docs
55

66
Version 4.0.0-incubating
77
------------------------

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This document describes how to develop, build, package and install Apache CloudStack
22
(Incubating). For more information please refer to the project's website:
33

4-
http://incubator.apache.org/cloudstack
4+
http://cloudstack.apache.org
55

66
Apache CloudStack developers use various platforms for development, this guide
77
was tested against a CentOS 6.2 x86_64 setup.
@@ -77,7 +77,7 @@ Start the MySQL service:
7777

7878
You may get the source code from the repository hosted on Apache:
7979

80-
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
80+
$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
8181

8282
Or, you may fork a repository from the official Apache CloudStack mirror by
8383
Apache on [Github](https://github.com/apache/incubator-cloudstack)

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ Apache CloudStack offers three methods for managing cloud
1717
computing environments: an easy to use Web interface, command
1818
line tools, and a full-featured RESTful API.
1919

20-
Visit us at [cloudstack.org](http://incubator.apache.org/cloudstack).
20+
Visit us at [Apache CloudStack](http://cloudstack.apache.org).
2121

2222
## Mailing lists
23-
[Development Mailing List](mailto:cloudstack-dev-subscribe@incubator.apache.org)
24-
[Users Mailing list](mailto:cloudstack-users-subscribe@incubator.apache.org)
25-
[Commits mailing list](mailto:cloudstack-commits-subscribe@incubator.apache.org)
23+
[Development Mailing List](mailto:dev-subscribe@cloudstack.apache.org)
24+
[Users Mailing List](mailto:users-subscribe@cloudstack.apache.org)
25+
[Commits Mailing List](mailto:commits-subscribe@cloudstack.apache.org)
26+
[Issues Mailing List](mailto:issues-subscribe@cloudstack.apache.org)
27+
[Marketing Mailing List](mailto:marketing-subscribe@cloudstack.apache.org)
2628

2729
# License
2830

README.tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Once installed per the Vagrant installation process, run:
6161
$ vagrant box add devcloud [path to devcloud.box]
6262

6363
Then, either go into the devcloudbox folder of your checked out version of the
64-
CloudStack code (incubator-cloudstack/tools/devcloud/devcloudbox), or copy the
64+
CloudStack code (cloudstack/tools/devcloud/devcloudbox), or copy the
6565
contents of that folder to another location.
6666

6767
Assuming the patched Vagrant installation is working, you then

0 commit comments

Comments
 (0)