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 5664319 Update tutorials.md
5664319 is described below
commit 5664319651758c8591812b08020c37b6b77c28e7
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Dec 14 14:51:11 2019 -0400
Update tutorials.md
Started to add links to blog articles.
---
tutorials.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tutorials.md b/tutorials.md
index 4012a6e..6a9c2ee 100644
--- a/tutorials.md
+++ b/tutorials.md
@@ -25,4 +25,9 @@ Here you can find links to tutorials and how-to blog articles
that will help you
* [Hello World](get-started/hello-world)
* [Build your first application](create-an-application)
- * [Royale in a Week](tutorials/royale-in-a-week)
+ * [Royale in a Week](tutorials/royale-in-a-week) _not available yet_
+
+Blog articles
+
+ * <a
href="https://royale.apache.org/dividing-an-apache-royale-application-with-modules/"
target="_blank">Dividing an Apache Royale application with modules</a>
+ * <a
href="https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/"
target="_blank">Using external JavaScript libraries in Apache Royale</a>