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 12:59:30 UTC

[royale-docs] branch master updated: removing slashes since break urls

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 faac958  removing slashes since break urls
faac958 is described below

commit faac958fa5e38b3076919ba2392b1b8a1d8b2ec5
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 26 13:59:21 2019 +0100

    removing slashes since break urls
---
 working-with-data.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/working-with-data.md b/working-with-data.md
index ecc4842..0956723 100644
--- a/working-with-data.md
+++ b/working-with-data.md
@@ -27,13 +27,13 @@ Getting, sending, and displaying data in your app
 These pages can help you get, send, and display data smoothly and efficiently in your Apache Royale apps.
 
 * Getting, storing and sending data
-  * [Loading external data](/features/loading-external-data)
-  * [Local Shared Object](/features/loading-external-data/localsharedobject)
+  * [Loading external data](features/loading-external-data)
+  * [Local Shared Object](features/loading-external-data/localsharedobject)
 
 * Managing data
-  * [Data model](/features/data-model)
+  * [Data model](features/data-model)
 
 * Displaying data
-  * [Data binding](/features/data-binding)
-  * [Item renderers](/features/item-renderers)
+  * [Data binding](features/data-binding)
+  * [Item renderers](features/item-renderers)