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 e6517f2 Update data-binding.md
e6517f2 is described below
commit e6517f27a63e3ed3bac0ac3be7c4acad5ea00749
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Dec 22 10:46:35 2019 -0400
Update data-binding.md
---
features/data-binding.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/features/data-binding.md b/features/data-binding.md
index 5ea8c5c..fb331dc 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -28,7 +28,7 @@ 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 data binding in MXML
+* [Using data binding in MXML](features/data-binding.html#mxml)
* Using data binding in ActionScript
@@ -39,7 +39,7 @@ There are several ways to deploy data binding:
## Using curly braces
_Details coming soon_
-## Using data binding in MXML
+## mxml
_Details coming soon_
## Using data binding in ActionScript