diff options
-rw-r--r-- | core/java/android/nfc/cardemulation/HostApduService.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/nfc/cardemulation/HostApduService.java b/core/java/android/nfc/cardemulation/HostApduService.java index ad34e61db910..9aa406206476 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; * * <div class="special reference"> * <h3>Developer Guide</h3> - * For a general introduction into the topic of card emulation, - * please read the <a href="{@docRoot}guide/topics/nfc/ce.html"> - * NFC card emulation developer guide.</a></p> + * For a general introduction to card emulation, see + * <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html"> + * Host-based Card Emulation</a>.</p> * </div> * * <h3>NFC Protocols</h3> |