summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lu <marklu@google.com>2016-08-02 19:54:06 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-02 19:54:06 +0000
commite58f520d4f5f2548bcfc95139db4842994a81f4e (patch)
tree4d7485b276c29f88fc7b6a6bc1403912b18afdae
parent24f85e08b5dead0e296a2bdb4fb343d8b5f2c08d (diff)
parent361ebd14a77aba3ac87a18c5f67890a028016b01 (diff)
downloaddata-binding-e58f520d4f5f2548bcfc95139db4842994a81f4e.tar.gz
docs: fix broken link in android.databinding am: 0cec6129bb am: 6e2ef1c91a
am: 361ebd14a7 Change-Id: I2e0e417fee23b268c812fe5bbf45c3387dc59c90
-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>