You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/12/26 15:44:39 UTC

[royale-docs] branch master updated: chaning URLs to markdown writing

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

carlosrovira 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 0b5a62e  chaning URLs to markdown writing
0b5a62e is described below

commit 0b5a62e8f8b09b9ebf437f2936570ab6172f2ae3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 26 16:44:30 2019 +0100

    chaning URLs to markdown writing
---
 features/data-binding.md  |  2 +-
 features/view-states.md   |  4 ++--
 tutorials.md              | 16 ++++++++--------
 user-interface/layouts.md |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/features/data-binding.md b/features/data-binding.md
index 68ceade..18fa747 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -40,7 +40,7 @@ There are several ways to deploy data binding:
 
 ## Using curly braces ({}) {#curly-braces}
 
-You can bind the value of a property in the user interface to that value of another property very simply. One of the TextInput examples in <a href="https://royale.apache.org/tourdejewel/#" target="_blank">Tour de Jewel</a> uses data binding twice:
+You can bind the value of a property in the user interface to that value of another property very simply. One of the TextInput examples in [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} uses data binding twice:
 
 If you clear the existing text in the first text field in the example, then type in a string, what you type in appears in the second and fourth text fields, as you type it.
 
diff --git a/features/view-states.md b/features/view-states.md
index c3c3957..3a8e353 100644
--- a/features/view-states.md
+++ b/features/view-states.md
@@ -28,5 +28,5 @@ The View States feature is a way of putting different filters over parts of your
 
 Learn how to use View States in your app:
 
- * <a href="https://royale.apache.org/using-view-states-to-show-or-hide-content/" target="_blank">A tutorial on View States</a> on the Royale blog.
- * The <a href="https://royale.apache.org/tourdejewel/" target="_blank">Tour de Jewel</a> page, which has a wealth of example of using Royale's [Jewel component set](/component-sets/jewel), has an interactive demonstration of using View States with both "includeIn" and dot notation, with downloadable code you can adapt to your app's needs.
+ * [A tutorial on View States](https://royale.apache.org/using-view-states-to-show-or-hide-content){:target='_blank'} on the Royale blog.
+ * The [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} page, which has a wealth of example of using Royale's [Jewel component set](/component-sets/jewel), has an interactive demonstration of using View States with both "includeIn" and dot notation, with downloadable code you can adapt to your app's needs.
diff --git a/tutorials.md b/tutorials.md
index c3f0c8d..268c4bb 100644
--- a/tutorials.md
+++ b/tutorials.md
@@ -31,12 +31,12 @@ Here you can find links to tutorials and how-to blog articles that will help you
   
 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>
-  * <a href="https://royale.apache.org/how-to-create-a-desktop-application-with-royale-and-electron/" target="_blank">How to create a desktop application with Royale and Electron</a>
-  * <a href="https://royale.apache.org/loading-external-data-through-httpservice/" target="_blank">Loading external data through HTTPService</a>
-  * <a href="https://royale.apache.org/using-view-states-to-show-or-hide-content/" target="_blank">Using View States to show or hide content</a>
-  * <a href="https://royale.apache.org/using-an-item-renderer-with-a-list/" target="_blank">Using an item renderer with a list</a>
-  * <a href="https://royale.apache.org/customization-through-the-royale-api/" target="_blank">Customization through the Royale API</a>
+  * [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'}
   
-<a href="https://https://royale.apache.org/tourdejewel/" target="_blank">Tour de Jewel</a> is an ever-expanding set of examples of how to use the [Jewel component set](component-sets/jewel) to build a 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 an ever-expanding set of examples of how to use the [Jewel component set](component-sets/jewel) to build a user interface that will deliver what you want and provide a great user experience.
diff --git a/user-interface/layouts.md b/user-interface/layouts.md
index 07ed002..1cddcfb 100644
--- a/user-interface/layouts.md
+++ b/user-interface/layouts.md
@@ -121,4 +121,4 @@ To replace a Container's content view:
 
 ## Examples
 
-<a href="https://royale.apache.org/tourdejewel" target="_blank">Tour de Jewel</a> is a suite of examples of the effects you can get with Apache Royale. It features our Jewel component set. There are seven examples of layouts, with sample code you can download, study, and adapt to your project.
+[Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} is a suite of examples of the effects you can get with Apache Royale. It features our Jewel component set. There are seven examples of layouts, with sample code you can download, study, and adapt to your project.