diff --git a/docs/html/training/app-indexing/deep-linking.jd b/docs/html/training/app-indexing/deep-linking.jd index 26799370015c3..4ee742413ac8e 100644 --- a/docs/html/training/app-indexing/deep-linking.jd +++ b/docs/html/training/app-indexing/deep-linking.jd @@ -66,10 +66,10 @@ in your manifest for deep linking. The URIs {@code “example://gizmos”} and android:host="www.example.com" android:pathPrefix="/gizmos" /> <!-- note that the leading "/" is required for pathPrefix--> - <!-- Accepts URIs that begin with "example://gizmos” + <!-- Accepts URIs that begin with "example://gizmos” --> <data android:scheme="example" android:host="gizmos" /> - --> + </intent-filter> </activity>