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 19bb29e Update data-binding.md
19bb29e is described below
commit 19bb29e23a34ebf9ebe92b939e21fa2f40585870
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Dec 22 07:56:40 2019 -0400
Update data-binding.md
Internal links to sections in a document do not seem to work. Have removed
them from the file TOC for now.
---
features/data-binding.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/features/data-binding.md b/features/data-binding.md
index a58323a..e45b5d9 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -27,9 +27,10 @@ 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](#using-curly-braces)
-* [Using binding in MXML](#using-binding-in-mxml)
-* [Using binding in ActionScript](#using-binding-in-actionscript)
+* Using curly braces
+* Using data binding in MXML
+* Using data binding in ActionScript
+
@@ -38,8 +39,8 @@ There are several ways to deploy data binding:
## Using curly braces
_Details coming soon_
-## Using binding in MXML
+## Using data binding in MXML
_Details coming soon_
-## Using binding in ActionScript
+## Using data binding in ActionScript
_Details coming soon_