CLOUDSTACK-4567: Correcting URLs that pointed to the incubator resources The location on the downloads section points to the incubator pages and the KEYS file used for GPG verify of the source points to the incubator resource. Corrected both links
Signed-off-by: Prasanna Santhanam <[email protected]> (cherry picked from commit 420b654eaf2fe23c28d0da8dbddd7c58d0ce868b) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ec91ea45 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ec91ea45 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ec91ea45 Branch: refs/heads/ldapplugin Commit: ec91ea459e0cc3de5cae4791aa258f4e1fd1991d Parents: 5326833 Author: Prasanna Santhanam <[email protected]> Authored: Fri Aug 30 14:36:29 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Aug 30 14:37:25 2013 +0530 ---------------------------------------------------------------------- docs/en-US/getting-release.xml | 2 +- docs/en-US/verifying-source.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ec91ea45/docs/en-US/getting-release.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/getting-release.xml b/docs/en-US/getting-release.xml index ee08a94..33c246f 100644 --- a/docs/en-US/getting-release.xml +++ b/docs/en-US/getting-release.xml @@ -26,7 +26,7 @@ <title>Getting the release</title> <para> You can download the latest &PRODUCT; release from the - <ulink url="http://incubator.apache.org/cloudstack/downloads.html"> + <ulink url="http://cloudstack.apache.org/downloads.html"> Apache CloudStack project download page</ulink>. </para> <para>Prior releases are available via archive.apache.org as well. See the downloads page for more information on archived releases.</para> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ec91ea45/docs/en-US/verifying-source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml index b20b9bb..668ea84 100644 --- a/docs/en-US/verifying-source.xml +++ b/docs/en-US/verifying-source.xml @@ -32,7 +32,7 @@ <title>Getting the KEYS</title> <para> To enable you to verify the GPG signature, you will need to download the - <ulink url="http://www.apache.org/dist/incubator/cloudstack/KEYS">KEYS</ulink> + <ulink url="http://www.apache.org/dist/cloudstack/KEYS">KEYS</ulink> file. </para> <para>
