summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lu <marklu@google.com>2016-08-02 19:51:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-02 19:51:36 +0000
commit361ebd14a77aba3ac87a18c5f67890a028016b01 (patch)
tree4d7485b276c29f88fc7b6a6bc1403912b18afdae
parentc9941884496ab55fbe617bb24da4531004ab52ce (diff)
parent6e2ef1c91a9812e0cfdcdb2867402b6fc6e31e18 (diff)
downloaddata-binding-361ebd14a77aba3ac87a18c5f67890a028016b01.tar.gz
docs: fix broken link in android.databinding am: 0cec6129bb
am: 6e2ef1c91a Change-Id: I10f705c3fd78fdd2285d53461799129a70d2bc2e
-rw-r--r--baseLibrary/src/main/java/android/databinding/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseLibrary/src/main/java/android/databinding/package.html b/baseLibrary/src/main/java/android/databinding/package.html
index 0415b4c6..31847026 100644
--- a/baseLibrary/src/main/java/android/databinding/package.html
+++ b/baseLibrary/src/main/java/android/databinding/package.html
@@ -7,7 +7,7 @@ found in the layout file and generating code in the application. This package
contains common code that will be included with the application, just like
support library components.</p>
-<p>See the <a href="{@docRoot}/tools/data-binding/guide.html">Data Binding Guide</a>
+<p>See the <a href="{@docRoot}tools/data-binding/guide.html">Data Binding Guide</a>
to get started using data binding.</p>
</body>
</html>