From b2cba34fe0144779952cb3254a273d676e35a497 Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Thu, 1 Oct 2015 09:17:55 -0700 Subject: [PATCH] docs: Fixed closing tag typo in app links training. Change-Id: I08ababda4121205559e6443013cd222b7e4615f0 --- docs/html/training/app-links/index.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/app-links/index.jd b/docs/html/training/app-links/index.jd index 5f34950664c47..7ce95e646df36 100644 --- a/docs/html/training/app-links/index.jd +++ b/docs/html/training/app-links/index.jd @@ -159,7 +159,7 @@ page.tags=androidm,marshmallow <intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW" /> - <category android:name="android.intent.category.DEFAULT"gt; + <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="http" android:host="www.android.com" /> <data android:scheme="https" android:host="www.android.com" />