You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2021/11/24 10:48:25 UTC

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

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

harbs 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 46f062b  Update routing.md
46f062b is described below

commit 46f062b85fb995252874d00d312516c96258cbd7
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Nov 24 12:48:19 2021 +0200

    Update routing.md
---
 features/routing.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/features/routing.md b/features/routing.md
index dc002f2..3e975ca 100644
--- a/features/routing.md
+++ b/features/routing.md
@@ -75,3 +75,5 @@ The currently supported beads are the following:
 ### `PathRouteBead`
 
 *Instructions and sample code will appear here soon to show how you can map URL parameters to different initial values in the application, and vice versa.*
+
+[An open source application using browsing can be examined here.](https://github.com/unhurdle/spectrum-royale/blob/master/SpectrumBrowser/src/view/BrowserRouter.mxml){:target='_blank'}.