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 9863c50 Update data-binding.md
9863c50 is described below
commit 9863c506086eca51e699dc452f743f18639b0ba4
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Dec 22 10:35:47 2019 -0400
Update data-binding.md
testing links to sections of the same document
---
features/data-binding.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/features/data-binding.md b/features/data-binding.md
index e45b5d9..577d290 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -27,7 +27,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
+* [Using curly braces](features/data-binding.html#using-curly-braces}
* Using data binding in MXML
* Using data binding in ActionScript