From ba812535aa07cbad88962013bcfd1625a359cc3e Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Tue, 26 Mar 2013 15:26:52 -0500 Subject: [PATCH] another incubating reference fix. --- docs/en-US/extracting-source.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/extracting-source.xml b/docs/en-US/extracting-source.xml index 97a40b66213..d1690401229 100644 --- a/docs/en-US/extracting-source.xml +++ b/docs/en-US/extracting-source.xml @@ -27,10 +27,10 @@ Extracting the &PRODUCT; release is relatively simple and can be done with a single command as follows: - $ tar -jxvf apache-cloudstack-4.0.0-incubating-src.tar.bz2 + $ tar -jxvf apache-cloudstack-4.1.0.src.tar.bz2 You can now move into the directory: - $ cd ./apache-cloudstack-4.0.0-incubating-src + $ cd ./apache-cloudstack-4.1.0-src