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 12f0e19 Update main.md
12f0e19 is described below
commit 12f0e190f25b634c9adc0599a79d51d0eb3ba181
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Feb 1 13:52:41 2018 -0400
Update main.md
Removed the previous-page link from the bottom of this page, as it is the
first page of the series.
---
create-an-application/application-tutorial/main.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/create-an-application/application-tutorial/main.md
b/create-an-application/application-tutorial/main.md
index 2ee1840..5ba0466 100644
--- a/create-an-application/application-tutorial/main.md
+++ b/create-an-application/application-tutorial/main.md
@@ -37,10 +37,10 @@ The line:
xmlns:js="library://ns.apache.org/royale/express"
```
-means that the "js" prefix is mapped to the Express set of components. The
Express set is designed for rapid prototyping and proofs-of-concepts and is not
optimized for size and performance. Applications built with the Express
components can still be deployed in production environments if the size and
performance is acceptable, which it often is.
+means that the "js" prefix is mapped to the Express set of
[components](User-interface/Components.html). The Express set is designed for
rapid prototyping and proofs-of-concepts and is not optimized for size and
performance. Applications built with the Express components can still be
deployed in production environments if the size and performance is acceptable,
which it often is.
-As mentioned in [Application
structure](create-an-application/application-structure.md), there is more than
one pattern for creating applications. This example will use the MVC pattern.
So, the next step is to create the Model.
+As mentioned in [Application
structure](create-an-application/application-structure.html), there is more
than one pattern for creating applications. This example will use the MVC
pattern. So, the next step is to create the Model.
{:align="center"}
-Previous Page \| [Next
Page](create-an-application/application-tutorial/data.html)
+\| [Next Page](create-an-application/application-tutorial/data.html)
--
To stop receiving notification emails like this one, please contact
[email protected].