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 f2cae4c Update data-binding.md
f2cae4c is described below
commit f2cae4cd859717ee07283eff350022b88d148bad
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Dec 22 11:16:44 2019 -0400
Update data-binding.md
---
features/data-binding.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/features/data-binding.md b/features/data-binding.md
index d2dc7c2..00f8aab 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -27,20 +27,20 @@ Royale, like Flex before it, makes it easy to pass data
around your application.
There are several ways to deploy data binding:
-* [Using curly braces](features/data-binding.html#using-curly-braces)
+* [Using curly braces](features/data-binding.html#curly-braces)
* [Using data binding in MXML](features/data-binding.html#mxml)
-* [Using data binding in
ActionScript](features/data-binding.html#Using-data-binding-in-actionscript)
+* [Using data binding in ActionScript](features/data-binding.html#actionscript)
-## Using curly braces {#using-curly-braces}
+## Using curly braces {#curly-braces}
_Details coming soon_
-## Using data binding in MXML {#using-data-binding-in-mxml}
+## Using data binding in MXML {#mxml}
_Details coming soon_
-## Using data binding in ActionScript {#using-data-binding-in-actionscript}
+## Using data binding in ActionScript {#actionscript}
_Details coming soon_