You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2015/05/27 07:21:52 UTC

svn commit: r1681908 - in /flex/site/trunk/content: dev-sourcecode.cmsPage download-source.cmsPage

Author: bigosmallm
Date: Wed May 27 05:21:51 2015
New Revision: 1681908

URL: http://svn.apache.org/r1681908
Log:
Change references of directory names from <repo> to flex-<repo>.  This is consistent with how it appears in the README as well.

Modified:
    flex/site/trunk/content/dev-sourcecode.cmsPage
    flex/site/trunk/content/download-source.cmsPage

Modified: flex/site/trunk/content/dev-sourcecode.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/dev-sourcecode.cmsPage?rev=1681908&r1=1681907&r2=1681908&view=diff
==============================================================================
--- flex/site/trunk/content/dev-sourcecode.cmsPage (original)
+++ flex/site/trunk/content/dev-sourcecode.cmsPage Wed May 27 05:21:51 2015
@@ -8,38 +8,38 @@ For further information see the [Git Tut
 
 If you are looking for the cutting edge development branch of the Flex SDK:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
+    git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git flex-sdk
 	cd sdk
 	git checkout develop
 	
 	You will also need:
-	git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+	git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git flex-tlf
 	
 	See the README at the root of the sdk for further details on how to set it up.
 
 If you are looking for the FlexJS SDK:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-asjs.git asjs
+    git clone https://git-wip-us.apache.org/repos/asf/flex-asjs.git flex-asjs
 
 If you are looking for the Flex "Falcon" Compiler:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git falcon
+    git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git flex-falcon
 
 If you are looking for the TLF Project:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+    git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git flex-tlf
 
 If you are looking for FlexUnit:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.git flexunit
+    git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.git flex-flexunit
 
 If you are looking for BlazeDS:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git blazeds
+    git clone https://git-wip-us.apache.org/repos/asf/flex-blazeds.git flex-blazeds
 
 If you are looking for the Apache Flex SDK Installer or the Apache Flex SDK Mavenizer Project:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git utilities
+    git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git flex-utilities
 
 <div><h4>Apache Flex SDK Automated Testing Libraries</h4></div>
 

Modified: flex/site/trunk/content/download-source.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-source.cmsPage?rev=1681908&r1=1681907&r2=1681908&view=diff
==============================================================================
--- flex/site/trunk/content/download-source.cmsPage (original)
+++ flex/site/trunk/content/download-source.cmsPage Wed May 27 05:21:51 2015
@@ -25,12 +25,12 @@ We use [Git][6] for version control. You
 
 If you are looking for the cutting edge development branch of the Flex SDK:
 
-    git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
+    git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git flex-sdk
 	cd sdk
 	git checkout develop
 	
 	You will also need:
-	git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+	git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git flex-tlf
 	
 	See the README at the root of the sdk for further details on how to set it up.