You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2020/04/21 21:39:01 UTC

[royale-docs] branch master updated: Update main.md

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 4834dfa  Update main.md
4834dfa is described below

commit 4834dfa3896225519667a2a1fd34e7898569b696
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Tue Apr 21 18:38:55 2020 -0300

    Update main.md
    
    adjusted navigation
---
 create-an-application/application-tutorial/main.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-an-application/application-tutorial/main.md b/create-an-application/application-tutorial/main.md
index 75bcac0..5460125 100644
--- a/create-an-application/application-tutorial/main.md
+++ b/create-an-application/application-tutorial/main.md
@@ -46,4 +46,4 @@ means that the `js` prefix is mapped to the Express set of [components](user-int
 As mentioned in [Application structure](create-an-application/application-structure), there is more than one pattern for creating applications.  This example will use the [MVC pattern](https://en.wikipedia.org/wiki/Model–view–controller){:target='_blank'}.  So, the next step is to create the Model. 
 
 {:align="center"}
-\| [Next Page](create-an-application/application-tutorial/data-model)
+[Previous Page](create-an-application/application-tutorial) \| [Next Page](create-an-application/application-tutorial/data-model)