From fdfce493dd62c96cb80e53edf5ad6322be9f877c Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Mon, 22 Feb 2016 11:59:50 -0800 Subject: [PATCH] docs: Fixed broken link. Bug: 26705584 Change-Id: I5125f518574d3254af39c49a657ebdafe1299dc3 --- core/java/android/nfc/cardemulation/HostApduService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/nfc/cardemulation/HostApduService.java b/core/java/android/nfc/cardemulation/HostApduService.java index ad34e61db910c..9aa406206476d 100644 --- a/core/java/android/nfc/cardemulation/HostApduService.java +++ b/core/java/android/nfc/cardemulation/HostApduService.java @@ -20,9 +20,9 @@ import android.util.Log; * *
*

Developer Guide

- * For a general introduction into the topic of card emulation, - * please read the - * NFC card emulation developer guide.

+ * For a general introduction to card emulation, see + * + * Host-based Card Emulation.

*
* *

NFC Protocols