mirror of https://github.com/apache/cloudstack.git
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 <tsp@apache.org>
This commit is contained in:
parent
72a026cea2
commit
420b654eaf
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue