This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 68eb64e  Update migrate-from-flex.md
68eb64e is described below

commit 68eb64ea70fea8057c6fdc69f1f82f22fcab71ea
Author: Andrew Wetmore <and...@cottage14.com>
AuthorDate: Fri Jan 26 09:36:48 2018 -0400

    Update migrate-from-flex.md
    
    Added "http://"; to my test link.
---
 create-an-application/migrate-an-existing-app/migrate-from-flex.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-an-application/migrate-an-existing-app/migrate-from-flex.md 
b/create-an-application/migrate-an-existing-app/migrate-from-flex.md
index d7177d6..98fee4b 100644
--- a/create-an-application/migrate-an-existing-app/migrate-from-flex.md
+++ b/create-an-application/migrate-an-existing-app/migrate-from-flex.md
@@ -20,7 +20,7 @@ title: Migrate from Flex
 <!-- This is from material created by Peter Ent and modified by Tom Chiverton: 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34013930 -->
 <!-- I have not added links to other pages, or to other sites, yet -->
 # Migrate from Flex
-If you have developed applications using <a href="flex.apache.org" 
target="_blank">Apache Flex</a>, or Adobe Flex before it, your applications 
probably combine MXML and ActionScript files along with resources like images 
and audio files, and some of the MXML files have <fx:Script> tags with 
ActionScript snippets inside them. If that is the case, you will find yourself 
at home working with Apache Royale. The big difference is not so much the code 
you use, but the output and what it needs  [...]
+If you have developed applications using <a href="http://flex.apache.org"; 
target="_blank">Apache Flex</a>, or Adobe Flex before it, your applications 
probably combine MXML and ActionScript files along with resources like images 
and audio files, and some of the MXML files have <fx:Script> tags with 
ActionScript snippets inside them. If that is the case, you will find yourself 
at home working with Apache Royale. The big difference is not so much the code 
you use, but the output and what it [...]
 
 It is not yet possible to just import an existing Flex application into Apache 
Royale and then produce output in JavaScript that will run almost anywhere. 
However, you may need to do less hands-on conversion than you think to get to 
where you can produce your application, transpiled to JavaScript, through 
Royale.
 

-- 
To stop receiving notification emails like this one, please contact
andr...@apache.org.

Reply via email to