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

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


The following commit(s) were added to refs/heads/master by this push:
     new c2be2f4  Update Features And Concepts.md
c2be2f4 is described below

commit c2be2f41f81419e394f11f5ca28a4bfc2baadf80
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun May 19 16:09:10 2019 -0300

    Update Features And Concepts.md
    
    corrected URL
---
 Welcome/Features And Concepts.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Welcome/Features And Concepts.md b/Welcome/Features And Concepts.md
index 5488164..eadfe6c 100644
--- a/Welcome/Features And Concepts.md  
+++ b/Welcome/Features And Concepts.md  
@@ -30,7 +30,7 @@ Royale uses both a declarative markup language called 
[MXML](Welcome/Features/MX
 
 ## Pay as you go (PAYG)
 
-Royale provides a variety of [component sets](User-interface/Components.html), 
each tuned towards different applications requirements. The easiest one to 
learn and use is the Express component set. It is designed for 
rapid-prototyping and proof-of-concept development. You can often take code 
using Express into production, but because Express components are designed to 
be customized in MXML, as your application grows in size, you may find yourself 
wishing for smaller, faster components.
+Royale provides a variety of [component 
sets](./User-interface/Components.html), each tuned towards different 
applications requirements. The easiest one to learn and use is the Express 
component set. It is designed for rapid-prototyping and proof-of-concept 
development. You can often take code using Express into production, but because 
Express components are designed to be customized in MXML, as your application 
grows in size, you may find yourself wishing for smaller, faster components.
 
 Royale also provides a Basic component set that is the opposite of Express.  
The components are small and fast, but don't have lots of built-in 
customization options.  This is because Basic components are designed with a 
["Pay as you go"](Welcome/Features/PAYG.html) philosophy.  Only the most common 
functionality is built into the component, and other options are added as 
plugins called Beads.  You can [read more about PAYG 
here](Welcome/Features/PAYG.html).
 

Reply via email to