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 2dcd239 Update tutorials.md fixed broken tutorial links
2dcd239 is described below
commit 2dcd23937d4accd1a1824c2252f4295fa563ba72
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Jan 15 13:42:17 2025 -0400
Update tutorials.md fixed broken tutorial links
also removed a promise we can't fulfill
---
tutorials.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/tutorials.md b/tutorials.md
index b742c3f..123d6dd 100644
--- a/tutorials.md
+++ b/tutorials.md
@@ -32,13 +32,13 @@ Here you can find links to tutorials and how-to blog
articles that will help you
## Blog articles
- * [Dividing an Apache Royale application with
modules](https://royale.apache.org/dividing-an-apache-royale-application-with-modules){:target='_blank'}
- * [Using external JavaScript libraries in Apache
Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale){:target='_blank'}
- * [How to create a desktop application with Royale and
Electron](https://royale.apache.org/how-to-create-a-desktop-application-with-royale-and-electron){:target='_blank'}
- * [Loading external data through
HTTPService](https://royale.apache.org/loading-external-data-through-httpservice){:target='_blank'}
- * [Using View States to show or hide
content](https://royale.apache.org/using-view-states-to-show-or-hide-content){:target='_blank'}
- * [Using an item renderer with a
list](https://royale.apache.org/using-an-item-renderer-with-a-list){:target='_blank'}
- * [Customization through the Royale
API](https://royale.apache.org/customization-through-the-royale-api){:target='_blank'}
- * [Data
binding](https://royale.apache.org/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/){:target="_blank"}
+ * [Dividing an Apache Royale application with
modules](https://royale.apache.org/blog/dividing-an-apache-royale-application-with-modules){:target='_blank'}
+ * [Using external JavaScript libraries in Apache
Royale](https://royale.apache.org/blog/using-external-javascript-libraries-in-apache-royale){:target='_blank'}
+ * [How to create a desktop application with Royale and
Electron](https://royale.apache.org/blog/how-to-create-a-desktop-application-with-royale-and-electron){:target='_blank'}
+ * [Loading external data through
HTTPService](https://royale.apache.org/blog/loading-external-data-through-httpservice){:target='_blank'}
+ * [Using View States to show or hide
content](https://royale.apache.org/blog/using-view-states-to-show-or-hide-content){:target='_blank'}
+ * [Using an item renderer with a
list](https://royale.apache.org/blog/using-an-item-renderer-with-a-list){:target='_blank'}
+ * [Customization through the Royale
API](https://royale.apache.org/blog/customization-through-the-royale-api){:target='_blank'}
+ * [Data
binding](https://royale.apache.org/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/){:target="_blank"}
-[Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} is an
ever-expanding set of examples of how to use the [Jewel component
set](component-sets/jewel) to build a [user interface](user-interface) that
will deliver what you want and provide a great user experience.
+[Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} is a
set of examples of how to use the [Jewel component set](component-sets/jewel)
to build a [user interface](user-interface) that will deliver what you want and
provide a great user experience.